Z
zufie
1)I have an Option Group for two checkboxes on a form (ChckIBCCP &
ChckOtherReferral).
Clicking on ChckOtherReferral highlights other checkboxes on the form
as I changed the VBA to do.
However, When I check EITHER checkbox in the Option Group I a CHECK
does not show in the column for that respective field in the table
behind the form.
That is, normally when I have checkboxes on a form & when I check the
checkbox this check shows in the table behind the form.
Is my problem that I must have a QUERY not a table behind the form?
2)Secondly, I have DATE TO and DATE FROM that will return records
within a specified data range.
Instead, when I enter a date range ALL the records are returned which
is NOT correct.
The DATE TO and DATE FROM implies that I must have a query behind the
form, correct?
Sorry if this all seems obvious,
John
ChckOtherReferral).
Clicking on ChckOtherReferral highlights other checkboxes on the form
as I changed the VBA to do.
However, When I check EITHER checkbox in the Option Group I a CHECK
does not show in the column for that respective field in the table
behind the form.
That is, normally when I have checkboxes on a form & when I check the
checkbox this check shows in the table behind the form.
Is my problem that I must have a QUERY not a table behind the form?
2)Secondly, I have DATE TO and DATE FROM that will return records
within a specified data range.
Instead, when I enter a date range ALL the records are returned which
is NOT correct.
The DATE TO and DATE FROM implies that I must have a query behind the
form, correct?
Sorry if this all seems obvious,
John