G
Guest
Hi,
Is there a function that will return the Data Type for a field in a Table?
It would be great if I could set my Query RowsourceType to "Fields" and
after update, would generate the Data Type for the field chosen. Anyone know
this one?
I tried VarType() but I don't think that was it. Maybe I need to create a
Recordset and then do VartType(rst![MyField)), something like that?
Anyway, help, as always is appreciated.
Is there a function that will return the Data Type for a field in a Table?
It would be great if I could set my Query RowsourceType to "Fields" and
after update, would generate the Data Type for the field chosen. Anyone know
this one?
I tried VarType() but I don't think that was it. Maybe I need to create a
Recordset and then do VartType(rst![MyField)), something like that?
Anyway, help, as always is appreciated.