Ok, I am writing an application in which - a user enters data into a field, then when leaving this field and going to the next field, I need to do a search on the access database for that data and pop up a window if it exists giving specific data from that record in the database.
Setting up the database connection is done, since it is the same database - what I'm having a problem with is performing this action during a field entry. Also I would like to change fields based on previously entered fields, I think I have this figured out - but no the first issue.
If anyone can make heads or tails out of what I'm trying to do - any help would be greatly appreciated.
Thanks in advanced.
Steve
Setting up the database connection is done, since it is the same database - what I'm having a problem with is performing this action during a field entry. Also I would like to change fields based on previously entered fields, I think I have this figured out - but no the first issue.
If anyone can make heads or tails out of what I'm trying to do - any help would be greatly appreciated.
Thanks in advanced.
Steve
Comment