Hello,
I simply want to check if a field exists in a specific table.
Thx,
greets ben
Check if field exists in table
To solve the problem you can use the FindField method, like this:
Code: Select all
If MSQuery.FindField(FieldName) nil then
...