M
MIG
In Access 2003 I was able to put an unbound text field on a form and
use whatever was entered the field as the criteria for opening a form.
So I might have one unbound text field and various buttons for "search
by name", "search by postcode" etc, so I could type what I was
matching by in the field and click the appropriate button.
eg
"[PostCode]=" & Me![Text1]
where [Text1] was my unbound field.
This doesn't work in 2007. Firstly, the wizard for linking to the
form being opened doesn't list Text1 as an available field. Secondly,
if I write the code myself, it takes [Text1] as a parameter and asks
for the search term over again.
How can I get 2007 to work like 2003?
(In fact, how can I get Microsoft to revert to Office 2003 anyway,
which seems to have been the last usable version, before they just
stopped everything working out of what seems to be pure spite?)
use whatever was entered the field as the criteria for opening a form.
So I might have one unbound text field and various buttons for "search
by name", "search by postcode" etc, so I could type what I was
matching by in the field and click the appropriate button.
eg
"[PostCode]=" & Me![Text1]
where [Text1] was my unbound field.
This doesn't work in 2007. Firstly, the wizard for linking to the
form being opened doesn't list Text1 as an available field. Secondly,
if I write the code myself, it takes [Text1] as a parameter and asks
for the search term over again.
How can I get 2007 to work like 2003?
(In fact, how can I get Microsoft to revert to Office 2003 anyway,
which seems to have been the last usable version, before they just
stopped everything working out of what seems to be pure spite?)