G
Guest
I'm finally getting somewhere with this damn module; I've got the whole thing
with data adapters etc. figured out. Now that I can access the data, I need
to figure out how to do something with it.
I have a table (tblCategories) in my Access database, which includes the
field strCategory; its field size is set at 15 characters. I want the app to
read its field size for validation purposes, rather than hard-coding it. Is
this possible, and if so, how?
with data adapters etc. figured out. Now that I can access the data, I need
to figure out how to do something with it.
I have a table (tblCategories) in my Access database, which includes the
field strCategory; its field size is set at 15 characters. I want the app to
read its field size for validation purposes, rather than hard-coding it. Is
this possible, and if so, how?