G
Guest
I need to copy one field in one table to another field in another table:
rec2("Pat_BD") = rec("Birthday")
The "Pat_BD" field is a Date field. The "Birthday" filed is a Text field
with the following format YYYYMMDD.
Any suggestions? Thanks.
rec2("Pat_BD") = rec("Birthday")
The "Pat_BD" field is a Date field. The "Birthday" filed is a Text field
with the following format YYYYMMDD.
Any suggestions? Thanks.