I was wondering how I can group a number of text boxes and call them one name - e.g. have two text boxes named "txtName" and "txtAccountNum" and be able to have those text boxes under some sort of control named, let's say "AcctDetails". I could then have code to the effect of "AcctDetails.Left = 1.3" and both the "Left" properties of "txtName" and "txtAcctNum" would be set to 1.3.
I believe it can be done in Visual Basic but am not sure how it can be done in an Access Report. Any help would be much appreciated.
I believe it can be done in Visual Basic but am not sure how it can be done in an Access Report. Any help would be much appreciated.