D
Darren
I'm trying to create a button that will copy a set of date
fields to another set of dates fields, within the same
table.
So far I've created an update query as follows:
In the Update To cell for the fields you want to update,
type an expression with the following syntax:
[tablename].[fieldname]
((I've tried putting the fieldname only, since it's the
same table I'm trying to update))
where tablename and fieldname are the names of the table
and field that contain the data you're copying. For
example, if you are copying data from the ProductName
field in the Products table, you would type [Products].
[ProductName] in the Update To cell.
....although these steps are for copying the contents of
one table to another. I need this to work in the same
table.
....When this runs, it says that the record is being
updated, however it still shows as empty.
Any help is MUCH appreciated!!!
fields to another set of dates fields, within the same
table.
So far I've created an update query as follows:
In the Update To cell for the fields you want to update,
type an expression with the following syntax:
[tablename].[fieldname]
((I've tried putting the fieldname only, since it's the
same table I'm trying to update))
where tablename and fieldname are the names of the table
and field that contain the data you're copying. For
example, if you are copying data from the ProductName
field in the Products table, you would type [Products].
[ProductName] in the Update To cell.
....although these steps are for copying the contents of
one table to another. I need this to work in the same
table.
....When this runs, it says that the record is being
updated, however it still shows as empty.
Any help is MUCH appreciated!!!