C
CJG via AccessMonster.com
Hi!
I've created a database for points of interest - consists of 3 tables -
points, gauging and sampling. The points can be in gauging, sampling,both or
neither. I have a form for users to add new events to the points if
necessary. The form has an option box to to add the point to the gauging
table. If the point already exists in the gauging table, I want a message
box to appear to let them know they cannot add another gauging record.
I've tried a few things, the latest was the eval function, however I keep
recieving errors in that it can't find the my table name....I can't seem to
reference a table ......how do you reference a table in VB?
Or am I completely wrong and there is a better way?
Thanks in advance.
CJG
I've created a database for points of interest - consists of 3 tables -
points, gauging and sampling. The points can be in gauging, sampling,both or
neither. I have a form for users to add new events to the points if
necessary. The form has an option box to to add the point to the gauging
table. If the point already exists in the gauging table, I want a message
box to appear to let them know they cannot add another gauging record.
I've tried a few things, the latest was the eval function, however I keep
recieving errors in that it can't find the my table name....I can't seem to
reference a table ......how do you reference a table in VB?
Or am I completely wrong and there is a better way?
Thanks in advance.
CJG