i have never used VBA in access usually i use macros but i think i should be able to cope with it.
What i need help on is this...
when a text box is updated with text it looks for it in a seperate table on the database if it finds it it brings up a messagebox.
so i have a form and it records Data in a table called "IN"
if i type "John" in the form, then John is saved in the "IN" table, feild = "Name" (Name record is an infinate amount)
now i have another table say "not allowed in" and in that table i have a feild called "not allowed name"
One of the records in "not allowed name" = "Kirt"
If i type "Kirt" in the form "IN" a simple msg box will apprear like "Dont allow them in"
I was wondering if this could be carrried out via a VBA script, Please help.
What i need help on is this...
when a text box is updated with text it looks for it in a seperate table on the database if it finds it it brings up a messagebox.
so i have a form and it records Data in a table called "IN"
if i type "John" in the form, then John is saved in the "IN" table, feild = "Name" (Name record is an infinate amount)
now i have another table say "not allowed in" and in that table i have a feild called "not allowed name"
One of the records in "not allowed name" = "Kirt"
If i type "Kirt" in the form "IN" a simple msg box will apprear like "Dont allow them in"
I was wondering if this could be carrried out via a VBA script, Please help.