G
Guest
I want to open a form and restrict which records are displayed on it...
here's what I've got:
DoCmd.OpenForm "frmConfigValue", , , "Key = 'TargetArchive'"
Problem is that all the records from the table are being displayed on the
form... the Whereclause above doesn't seem to be having an effect... any idea
what the problem is here?
here's what I've got:
DoCmd.OpenForm "frmConfigValue", , , "Key = 'TargetArchive'"
Problem is that all the records from the table are being displayed on the
form... the Whereclause above doesn't seem to be having an effect... any idea
what the problem is here?