R
robboll
In its simplest form, I am trying to get dlookup to work from the
debug window.
Just checking to see if a value exists in a table.
Table: Table1
Field: Field1
Values: Alpha, Bravo, Charley, Delta
I want to see if doing a dlookup for "Charley" returns a "True"
Debug Window:
? dlookup("[Field1]", "Table1", "Charley")
It results in a Run Time error '2001': You canceled the previous
operation.
Any help appreciated with this one. Thanks.
RBolling
debug window.
Just checking to see if a value exists in a table.
Table: Table1
Field: Field1
Values: Alpha, Bravo, Charley, Delta
I want to see if doing a dlookup for "Charley" returns a "True"
Debug Window:
? dlookup("[Field1]", "Table1", "Charley")
It results in a Run Time error '2001': You canceled the previous
operation.
Any help appreciated with this one. Thanks.
RBolling