Is there any way of checking if a field exists in a recordset before trying to retrieve the value of the field.
For Example:
If Exists(mytable!myfield) Then
myvalue = mytable!myfield
Else
myvalue = ""
End If
|
Results 1 to 4 of 4
Thread: Check if field existsThreaded View
|
Click Here to Expand Forum to Full Width |