L
lbrynes
I have created several databases in my time using Access, and they ar
all very successful, however I have run into a problem that I know
simple expression will solve, yet i can't get the darn thing to work.
Here's the scenario,
I have a table with two different addresses, home and office. I hav
created the form using this table, and also a report based on the form
Within the form I have used a group option to define the mailin
address for a letter or label, however it is not working, so I hav
tried using the following:
=IIf(IsNull([Forms]![frmForm1]![Home Address 1] An
[Forms]![frmForm1]![Home Address 2]),[Forms]![frmForm1]![Address 1])
" " & IIf(IsNull([Forms]![frm1]![Address2]),
",[Forms]![frmForm1]![Address 2])
Hence, that isn't working either, because some of the records are no
of Null, and if they are it is still giving me only the address 2 a
the mailing address. What I am trying to essetially do is use th
radial button for the mailing option, go to the report and using
simple expression based on the option I have selected on the form prin
the damn label or letter with the correct address.
Any help is greatly appreciated as to what I am doing wrong..
feeling dreadfully inadequat
all very successful, however I have run into a problem that I know
simple expression will solve, yet i can't get the darn thing to work.
Here's the scenario,
I have a table with two different addresses, home and office. I hav
created the form using this table, and also a report based on the form
Within the form I have used a group option to define the mailin
address for a letter or label, however it is not working, so I hav
tried using the following:
=IIf(IsNull([Forms]![frmForm1]![Home Address 1] An
[Forms]![frmForm1]![Home Address 2]),[Forms]![frmForm1]![Address 1])
" " & IIf(IsNull([Forms]![frm1]![Address2]),
",[Forms]![frmForm1]![Address 2])
Hence, that isn't working either, because some of the records are no
of Null, and if they are it is still giving me only the address 2 a
the mailing address. What I am trying to essetially do is use th
radial button for the mailing option, go to the report and using
simple expression based on the option I have selected on the form prin
the damn label or letter with the correct address.
Any help is greatly appreciated as to what I am doing wrong..
feeling dreadfully inadequat