Transferring same data to a field in all records?

Kopas

Registered User.
Local time
Today, 09:23
Joined
Dec 22, 2004
Messages
11
I suppose that´s easy, but I only accomplished one by one by selecting a specific record.


Ty
 

Attachments

That not resolve the problem, the issue is that I need to transfer data to all the records in the form, take a look in the button of the form, the code only transfer data to a previous and single selected record.

ty
 
That not resolve the problem

Yes it does ;)
You need to build an update query that will update all rows in your underlying table.

RV
 
RV said:
Yes it does ;)
You need to build an update query that will update all rows in your underlying table.

RV

The update query certainly does fix your problem. Please find attached a solution.
 

Attachments

Users who are viewing this thread

Back
Top Bottom