riddicule123
Registered User.
- Local time
- Today, 06:31
- Joined
- May 27, 2015
- Messages
- 29
hi, im building a database for mailing/ complaints/ faults (access 2007) and i need help with the vba (i think#) on it.
ok so i have multiple forms and tables including a (loginform) which works fine, this users choose their name and type a password and it directs them to the (Mail merge) form. but im finding it hard that when a user selects their name it automatically auto fills a box, text or combo with the same username. i need to know if their is a way that when a user selects their (cbousername) that it will auto populate boxes on other forms with the same detail.
im very basic when it comes to access and would need any coding written out in the easiest way possible.
i have tried these:
Anotherform![fieldname] = Me![fieldname]
Me.(textbox/combo box name) = Me.cbousername.Column(1) - only works on the same form
please help :banghead:
ok so i have multiple forms and tables including a (loginform) which works fine, this users choose their name and type a password and it directs them to the (Mail merge) form. but im finding it hard that when a user selects their name it automatically auto fills a box, text or combo with the same username. i need to know if their is a way that when a user selects their (cbousername) that it will auto populate boxes on other forms with the same detail.
im very basic when it comes to access and would need any coding written out in the easiest way possible.
i have tried these:
Anotherform![fieldname] = Me![fieldname]
Me.(textbox/combo box name) = Me.cbousername.Column(1) - only works on the same form
please help :banghead: