Happy Monday,
I have a table (Master) and two queries. The first query (qry A) takes data entered into a form and converts that data into various symbols. The second query (qry B) is an append query and takes qry A and appends the data to the table (Master).
When I open up the Master table there is one row that shows the data entered and another row with the same data entered plus the symbols it created. It makes two rows of the same data only one row supplies the symbols (just need that row).
What am I doing wrong?
Thank you.
Faith
I have a table (Master) and two queries. The first query (qry A) takes data entered into a form and converts that data into various symbols. The second query (qry B) is an append query and takes qry A and appends the data to the table (Master).
When I open up the Master table there is one row that shows the data entered and another row with the same data entered plus the symbols it created. It makes two rows of the same data only one row supplies the symbols (just need that row).
What am I doing wrong?
Thank you.
Faith
Comment