Page 1 of 1

Check if field exists in table

Posted: Wed 02 Sep 2009 09:47
by shsit
Hello,

I simply want to check if a field exists in a specific table.
Thx,
greets ben

Posted: Wed 02 Sep 2009 11:28
by Dimon
To solve the problem you can use the FindField method, like this:

Code: Select all

If MSQuery.FindField(FieldName)  nil then
...