Hello,
I have a temp table. From the temp table. In the temp table, I have 2 fields
1) Name - Will be name of person
2) Delivered (will be YES/NO)
I like to create a query browse where I can update only the Delivered field for each name.
Once done, I like the info in the query to go back in the temp table.
If you can please show me a sample code on how to do this as I cannot find it. I am aware on how to create the temp table, but not sure how to create the query browse to update the Delivered field.
Thank you.
I have a temp table. From the temp table. In the temp table, I have 2 fields
1) Name - Will be name of person
2) Delivered (will be YES/NO)
I like to create a query browse where I can update only the Delivered field for each name.
Once done, I like the info in the query to go back in the temp table.
If you can please show me a sample code on how to do this as I cannot find it. I am aware on how to create the temp table, but not sure how to create the query browse to update the Delivered field.
Thank you.