D
Dale Fye
I've got what is supposed to be a data entry form which is not working
properly. I call this form from several different forms, so I've set its
RecordSource to filter based on a function.
My intent was to disable "Allow Additions" when called from some forms, and
not others, but I cannot get it to display a New Record no matter what I do,
and the Add Record button is disabled in the navigation buttons. This is
driving me crazy. I'm sure there is something simple I'm missing, but cannot
for the life of me figure out what it is.
Setup looks like:
Continuous form
Allow additions = Yes
Data Entry = No
RecordSource: SELECT * from tbl_X WHERE [LD_ID] = fnLDID()
RecordSetTypeynaSet
Navigation Buttons: Yes
properly. I call this form from several different forms, so I've set its
RecordSource to filter based on a function.
My intent was to disable "Allow Additions" when called from some forms, and
not others, but I cannot get it to display a New Record no matter what I do,
and the Add Record button is disabled in the navigation buttons. This is
driving me crazy. I'm sure there is something simple I'm missing, but cannot
for the life of me figure out what it is.
Setup looks like:
Continuous form
Allow additions = Yes
Data Entry = No
RecordSource: SELECT * from tbl_X WHERE [LD_ID] = fnLDID()
RecordSetTypeynaSet
Navigation Buttons: Yes