Hello!
I am truly just beginning to even think to make any forms&reports and I am totally stuck/lost in very simple issue. I am using MS Access 2007 and its VBA tools -no special VB-application at hand.
There I have few tables, without any relationships. I have table A, where I have fields "x" and "y".
A.x A.y.
XXXX xyz.ltd
TTTT abc Ltd.
EFGH RTY Ltd.
WERT Rew Ltd.
In the e m p t y form I add one inputbox and one label. No
This inputbox is a box, where I type a string (e.g. "WERT"). This would correlate to field A.x. Then, label would show an updated value of A.y. (e.g. in this case "Rew Ltd.")
I try to make a form, where I list in the labels string values and after the form is ready, 1) print a report, 2) store the data into file/this database, 3) empty all fields (to start again with a blanco form. Any ideas of doing it smartly from the beginning?
Any help is highly appreciated.
Kind regards and thanks!
-Asbach
I am truly just beginning to even think to make any forms&reports and I am totally stuck/lost in very simple issue. I am using MS Access 2007 and its VBA tools -no special VB-application at hand.
There I have few tables, without any relationships. I have table A, where I have fields "x" and "y".
A.x A.y.
XXXX xyz.ltd
TTTT abc Ltd.
EFGH RTY Ltd.
WERT Rew Ltd.
In the e m p t y form I add one inputbox and one label. No
This inputbox is a box, where I type a string (e.g. "WERT"). This would correlate to field A.x. Then, label would show an updated value of A.y. (e.g. in this case "Rew Ltd.")
I try to make a form, where I list in the labels string values and after the form is ready, 1) print a report, 2) store the data into file/this database, 3) empty all fields (to start again with a blanco form. Any ideas of doing it smartly from the beginning?
Any help is highly appreciated.
Kind regards and thanks!
-Asbach