I have a date field in a table (tbl_BO_CIC_Open_Recv) named "RepMo".
I have a date field in a form (FormMaster) also named "RepMo".
Now, when the user enters a value in FormMaster for "RepMo", I want Access to check and see if the value already exists in tbl_BO_CIC_Open_Recv (again, the field name to check in the table is also "RepMo").
No matter what I try, I can't seem to get it to work. Tried queries and conditional macros. I'm not too good with VBA.
Any help would be greatly appreciated.
I have a date field in a form (FormMaster) also named "RepMo".
Now, when the user enters a value in FormMaster for "RepMo", I want Access to check and see if the value already exists in tbl_BO_CIC_Open_Recv (again, the field name to check in the table is also "RepMo").
No matter what I try, I can't seem to get it to work. Tried queries and conditional macros. I'm not too good with VBA.
Any help would be greatly appreciated.