Hi guys!
I am trying to solve this for several days and i realy need your help 'cause i'm kind of lost..
This is the thing:
I have a form with unbound textfields.
I built a query that is the source for the textfiels and the form.
the form is defined as "data entry=no" 'cause ir sepose to show the data but not to update the table.
Anyway, the query is a select kind query that says that the textfields will be field with the specified data that was chosen from the table according to the number i wrote in one of the textfields.
Now, when i write the number in the text field i keep getting this error msg says that It would 'cause duplications in the table.
I know that the number colomn in the table is defind as duplication=no
I don't understand why do i keep getting this messege- the form isn't defined as data entry=yes and the query that is used as source for the controls is a select query .
Is there any way that i can write this:
select name.table, lastname.table, id.table
from table
where id.table= !form[Myform]![idTextBox]
in vb or so 'cause it doesn't work like that ... and i keep getting the duplication messege.
plz help!
thanx
I am trying to solve this for several days and i realy need your help 'cause i'm kind of lost..
This is the thing:
I have a form with unbound textfields.
I built a query that is the source for the textfiels and the form.
the form is defined as "data entry=no" 'cause ir sepose to show the data but not to update the table.
Anyway, the query is a select kind query that says that the textfields will be field with the specified data that was chosen from the table according to the number i wrote in one of the textfields.
Now, when i write the number in the text field i keep getting this error msg says that It would 'cause duplications in the table.
I know that the number colomn in the table is defind as duplication=no
I don't understand why do i keep getting this messege- the form isn't defined as data entry=yes and the query that is used as source for the controls is a select query .
Is there any way that i can write this:
select name.table, lastname.table, id.table
from table
where id.table= !form[Myform]![idTextBox]
in vb or so 'cause it doesn't work like that ... and i keep getting the duplication messege.
plz help!
thanx
