Go To Record with filter

  • Thread starter Thread starter m stroup
  • Start date Start date
M

m stroup

tblBillets
Billet (PK) - Text with format XX-99,
frmBilletEdit
cboBillet with qry accessing tblBillets.

I want to find billets with only govt- in the primary key, but the message I
get is

The Microsoft Jet Database Engine does not recognize govt as a valid field
name or expression.

Any help you can offer is appreciated.
 
m said:
tblBillets
Billet (PK) - Text with format XX-99,
frmBilletEdit
cboBillet with qry accessing tblBillets.

I want to find billets with only govt- in the primary key, but the message I
get is

The Microsoft Jet Database Engine does not recognize govt as a valid field
name or expression.


The query criteria would be:

Like "govt-*"
 
Back
Top