blutch
01-14-2002, 03:15 AM
I want to replace all data in one field of a query by something that was typed in a textbox on a form.
How can I do this?
How can I do this?
|
View Full Version : Replace data in query blutch 01-14-2002, 03:15 AM I want to replace all data in one field of a query by something that was typed in a textbox on a form. How can I do this? Rich_Lovina 01-14-2002, 05:31 PM This is a basic Update Query, where an extra line will pop-up in your Query Design Grid and you 'replace' text in the selected field, according to the criteria you set. |