Query/form/findrecord question

Boozer

Board Regular
Joined
May 20, 2002
Messages
52
Obviously, I am new to access, but have a decent understanding of VBA.

I have a remote, one to many, ticket db that i use a make-table query, to retreive all relevant information so I only have to query the remote db once. This creates table "A" locally. Each note has an individual record, so I created a form to get unique ticket numbers based on a query of table "A". Then I created a subform that keys off ticket id, queries table "A" for the notes, and returns the notes for the ticketid a person views in the form. Now the person scans through the ticket, and decides if it is relevant or not, if it is, they hit a button on the form that adds the ticket id to a permanent table "B" First off, since this is my first time messing with a db, is there an easier way to perform what I just explained? And my second question is:
When the user views the ticket in the form based on a query of table "A", I want to search for the ticket id in table "B" to determine if it already exists, if it does, I want to display a label that says "Ticket exists" so:
if ticket id exists in table "B" then label1=visible
I figure the second part should be fairly easy, but have racked my brain too much tonight I guess :wink: Thanks for you help!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

Forum statistics

Threads
1,221,503
Messages
6,160,195
Members
451,630
Latest member
zxhathust

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top