Hi
Can you help me to solve the following problem with VBA code?
I am using access 2000 and want the program to replace all the records of one field with the same data (for example, all the records must have the same City name in the City field)
I don’t want to use the find and replace or update query.
I want a user to type the new City name in using a form and the program must then replace, updated all the records in the City field with the new City name typed in by the user. The existing data to be replaced also have the same name.
Can you help me to solve the following problem with VBA code?
I am using access 2000 and want the program to replace all the records of one field with the same data (for example, all the records must have the same City name in the City field)
I don’t want to use the find and replace or update query.
I want a user to type the new City name in using a form and the program must then replace, updated all the records in the City field with the new City name typed in by the user. The existing data to be replaced also have the same name.