Hows it going
I'm trying to pass a value from a table (dateBirth) into a variable in code. on the table the field is type Date/Time and also in the code the variable is set to type date.
Rst1![DateBirth] = DateBirth
is returning "invalid use of null" and is saying that i am trying to obtain the value of a variant or expression although i have declared both as date/time.
any ideas as to what the problem might be??
many thanks
frank
I'm trying to pass a value from a table (dateBirth) into a variable in code. on the table the field is type Date/Time and also in the code the variable is set to type date.
Rst1![DateBirth] = DateBirth
is returning "invalid use of null" and is saying that i am trying to obtain the value of a variant or expression although i have declared both as date/time.
any ideas as to what the problem might be??
many thanks
frank