Dialog Box

P

Pam

I'm looking for a way to relate a dialog box that will pop up with notes for
a specific job when that job number is entered. Example: Form that opens
with parameter box asking for job number. After entering job number, I want
a box to open with specific notes pertaining to that job number. I can get
the dialog box to open, but not sure how to relate it to job opening.
As always, any help is greatly appreciated!
Thanks,
Pam
 
B

Bob M via AccessMonster.com

Why not just create a table with the job number and the dialog text. You
will somehow have to relate the text you want displayed with the job number
and this is the simplest way to do that.
 
P

Pam

I have that on the screen, but it's wanted in a way that the info in the
dialog box really has the users attention and they have to click out of the
box to enter other job info.
 
R

Ron2005

In the afterupdate event of the combo open another form designed as
popup and modal and have it display the notes and as a source for the
note txtbox have it point back to the note field in the calling form.

Ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Subform New Record 2
Pop Up Parameter Prompt Form 4
Parameter Value?? 10
Prompt for Parameter Value Help 6
Quote Form with Options 9
Parameter Value Help 1
Excel Drag autofill only part of formula 3
List Box to Open Form 15

Top