Hello,
How do you use a browse function when dealing with an optional field that has a value set to 0?
If at first you don't succeed, then sky diving wasn't meant for you!
How do you use a browse function when dealing with an optional field that has a value set to 0?
Code:
'//This doesn't work.
.Browse "OPTFIELD = """ & Trim$(optField) & """ AND VALUE = """ & Trim$(strValue) & """", 1
'// This works as just a single field without accessing the value.
'.Browse "OPTFIELD = """ & Trim$(optField) & """", True
If at first you don't succeed, then sky diving wasn't meant for you!