Formulare und Controls per var. in Modulen ansprechen

  • Thread starter Andreas Zwillsperger
  • Start date
A

Andreas Zwillsperger

Hi NG,

normalerweise spreche ich Formulare und Controls in Formularen wie folgt
(Beispiel!) an wenn es notwendig ist daß ich alles in Variablen sein muß.
Jetzt habe ich das in einer DB in den Modulen verlegt damit ich entsprechend
flexibel die Werte abrufen kann. So wie in Formularen geht es edenfalls
nicht. Vielleicht
kann mir jemand den Code entsprechend erklären wie ich ihn aufbauen muß
damit das in den Modulen auch funktioniert.

str_1 = "frm_A_HF"
str_2 = "frm_A_UFO
str_dat01 = "dat_ereignis"
str_dat02 = "dat_protokoll"

Forms(str_1)(str_2).Controls(str_dat02).SetFocus
Forms(str_1)(str_2).Controls(str_dat02) = Forms(str_1).Controls(str_dat01)


Grüße

Andreas
 
R

RoyVidar

Andreas said:
Hi NG,

normalerweise spreche ich Formulare und Controls in Formularen wie
folgt (Beispiel!) an wenn es notwendig ist daß ich alles in Variablen
sein muß. Jetzt habe ich das in einer DB in den Modulen verlegt
damit ich entsprechend flexibel die Werte abrufen kann. So wie in
Formularen geht es edenfalls nicht. Vielleicht
kann mir jemand den Code entsprechend erklären wie ich ihn aufbauen
muß damit das in den Modulen auch funktioniert.

str_1 = "frm_A_HF"
str_2 = "frm_A_UFO
str_dat01 = "dat_ereignis"
str_dat02 = "dat_protokoll"

Forms(str_1)(str_2).Controls(str_dat02).SetFocus
Forms(str_1)(str_2).Controls(str_dat02) =
Forms(str_1).Controls(str_dat01)


Grüße

Andreas

Tut mir leid, in dieser NG wird English benutz.

Versuchen Sie entweder in English, oder in einer Deutschsprachlichen NG
zb

microsoft.public.de.access
de.comp.datenbanken.ms-access

Sorry, the language used in this NG is English.

Try asking your question in english, or try some german NGs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top