Is there anyway in VBA that I can open a table and then change the data type of a field from Number to text and close the table again?
I have got the following for the opening & closing the table but it's the data type bit which I am missing:
Docmd.OpenTable "tbl 1c Final Product Sales By Qty", acViewDesign, acEdit
..........
Docmd.Close actable "tbl 1c Final Product Sales By Qty", acSaveYes
Can this be done?
Regards
Carly
I have got the following for the opening & closing the table but it's the data type bit which I am missing:
Docmd.OpenTable "tbl 1c Final Product Sales By Qty", acViewDesign, acEdit
..........
Docmd.Close actable "tbl 1c Final Product Sales By Qty", acSaveYes
Can this be done?
Regards
Carly