michelleb1
MIS
I have a form that accepts a street number and street name for a job. After they have been entered, I want to check if there already exists a record with the same address and if so - I want to display a notification (It's okay if there is, I just need them to know about it)If there isn't then I don't want anyhting to happen - I want the check to be transparent.
So I'm guessing I need to create either an afterupdate or onlostfocus event procedure but I don't know how to constuct it. I'm not very familiar with MS Visual Basic. I'll want to query the jobs table and if a record has the same combination of street number and street address - display a dialog box?
Also, can you recommend a good source to get started with enough knowledge of MS VB to accomplish things similar to what I've described.
Thanks in Advance for any ideas and help!
Michelle
So I'm guessing I need to create either an afterupdate or onlostfocus event procedure but I don't know how to constuct it. I'm not very familiar with MS Visual Basic. I'll want to query the jobs table and if a record has the same combination of street number and street address - display a dialog box?
Also, can you recommend a good source to get started with enough knowledge of MS VB to accomplish things similar to what I've described.
Thanks in Advance for any ideas and help!
Michelle