Fairly new and basic VB programmer ...
I have a very simple problem .. ..
I have two unbound forms with fields which users add data to.
I then have 3 tables to which this data is split into .. .. using 3 append queries, the problem is, using a button on the second form I want the users to add the data and only stop them if the data is already in table 1.
Table 1 has a unique field which is a concatenation of 3 fields on the forms and is linked to the other two tables as a one to many link.
I have set the warnings to "FALSE" in the VB of the button as to stop the users getting confused with all the prompts.
This has led to detail not being added to the Table 1 but adding them to the other 2 tables.
What am I doing wrong?
I have a very simple problem .. ..
I have two unbound forms with fields which users add data to.
I then have 3 tables to which this data is split into .. .. using 3 append queries, the problem is, using a button on the second form I want the users to add the data and only stop them if the data is already in table 1.
Table 1 has a unique field which is a concatenation of 3 fields on the forms and is linked to the other two tables as a one to many link.
I have set the warnings to "FALSE" in the VB of the button as to stop the users getting confused with all the prompts.
This has led to detail not being added to the Table 1 but adding them to the other 2 tables.
What am I doing wrong?