Hi, I have created a MS Access database where all data are stored in linked tables. I noticed that two of my linked tables (parent and child in a subform) are having different datatypes: the first is set to AutoNumber (Long Integer) while the other one is Integer only. These tables are combined in my forms & reports, and in my queries.
Can I programmaticall y (VBA) change the datatype of my child table? and how?
Thanks team,
Josh
**Kindly provide me with VBA code for I am not that good in programming.
Can I programmaticall y (VBA) change the datatype of my child table? and how?
Thanks team,
Josh
**Kindly provide me with VBA code for I am not that good in programming.
Comment