ArmstrongHe
IS-IT--Management
Hi, Gang,
Another beautiful Day for you and me in this tips-land!
The question is, How to judge whether a field is already added into a table?
For example, part of coding like this:
qname = "alter table " & ii & " add mayqty double;"
myDb.Execute qname, dbFailOnError
but an error will occur if "mayqty" already exist there.
I want to use an "if" statement to judge whether that field is already added or not.
Your kind help would be very appreciated.
Armstrong
Another beautiful Day for you and me in this tips-land!
The question is, How to judge whether a field is already added into a table?
For example, part of coding like this:
qname = "alter table " & ii & " add mayqty double;"
myDb.Execute qname, dbFailOnError
but an error will occur if "mayqty" already exist there.
I want to use an "if" statement to judge whether that field is already added or not.
Your kind help would be very appreciated.
Armstrong