N
Nigel M
Although I can get by with SQL, I'm new to Access Macros. I want to
incorporate two macros onto a form, as follows:
[1] A macro to cut the first 11 characters from a given field in the
current record, and paste the first 10 of these into another field.
[2] A macro to reset all the Yes/No values in a table to No, and (if
possible) add the current date for each change from Yes to No into
another field.
FYI, these are both related to eBay: [1] is to move the item number into
the correct field, [2] is to reset the "Print this label on merge" flag.
Is it possible to do this, or should I keep doing it manually?
incorporate two macros onto a form, as follows:
[1] A macro to cut the first 11 characters from a given field in the
current record, and paste the first 10 of these into another field.
[2] A macro to reset all the Yes/No values in a table to No, and (if
possible) add the current date for each change from Yes to No into
another field.
FYI, these are both related to eBay: [1] is to move the item number into
the correct field, [2] is to reset the "Print this label on merge" flag.
Is it possible to do this, or should I keep doing it manually?