G
Guest
Hello,
I am trying to develop a data entry form which will insert data into several
tables. When I bind each object (text fields and combo boxes) to the
respective tables & columns, I cannot enter data in the various objects.
When the form loads, "#NAME?" appears in the text boxes. So, in order to
enter data, I must leave them unbound.
Can anyone explain what is happening here, why, and how I can correct it?
Also, when all the data on my field is entered in the text boxes, and values
selected from the combo boxes, I need to execute the queries to save the data
to the appropriate tables. What is the best way to do this? Should I write
the SQL and save it as a query, then call the query after the "Save Data"
command button is clicked?
Thanks in advance,
Rich
I am trying to develop a data entry form which will insert data into several
tables. When I bind each object (text fields and combo boxes) to the
respective tables & columns, I cannot enter data in the various objects.
When the form loads, "#NAME?" appears in the text boxes. So, in order to
enter data, I must leave them unbound.
Can anyone explain what is happening here, why, and how I can correct it?
Also, when all the data on my field is entered in the text boxes, and values
selected from the combo boxes, I need to execute the queries to save the data
to the appropriate tables. What is the best way to do this? Should I write
the SQL and save it as a query, then call the query after the "Save Data"
command button is clicked?
Thanks in advance,
Rich