G
Guest
i am trying to create a macro that:
once clicked within a form the macro will lookup whether the records in a
table have a yes or no value in the tickbox.
If the record returns yes, it will tick another yes/no box - different field
- (within the same record) with a yes.
The field names are: "Manifest" Y/N and then assigning abother tick if
manifest = yes to fireld called "printedmanifest" Y/N.
Overall i am trying to create a macro or VB code that will lookup a record,
test if it has a yes value, if it does then assign a yes value to another
field within that record.
I am using access 2000.
once clicked within a form the macro will lookup whether the records in a
table have a yes or no value in the tickbox.
If the record returns yes, it will tick another yes/no box - different field
- (within the same record) with a yes.
The field names are: "Manifest" Y/N and then assigning abother tick if
manifest = yes to fireld called "printedmanifest" Y/N.
Overall i am trying to create a macro or VB code that will lookup a record,
test if it has a yes value, if it does then assign a yes value to another
field within that record.
I am using access 2000.