M
mrbeepa
I am not familiar with the syntax of VB though I do have a fair knowledge of
several programming languages. I am working on a form in access 2007 where
the user enters address information and can click a check box if the billing
address is the same address, if it is I want the form to fillin in the billin
address text boxes with the same info as the user has already entered. I have
seen posts using something like this.
If Me.mycheckboxname < someVariable Then do such and such. So I am trying
this in the VB code section.
If Me.mycheckboxname == True Then bFname = cFname bLastName = cLastName
and etc
and it does not like this code. Can someone head me down the right path here?
Would sure appreciate it.
several programming languages. I am working on a form in access 2007 where
the user enters address information and can click a check box if the billing
address is the same address, if it is I want the form to fillin in the billin
address text boxes with the same info as the user has already entered. I have
seen posts using something like this.
If Me.mycheckboxname < someVariable Then do such and such. So I am trying
this in the VB code section.
If Me.mycheckboxname == True Then bFname = cFname bLastName = cLastName
and etc
and it does not like this code. Can someone head me down the right path here?
Would sure appreciate it.
