M
marco_pb via AccessMonster.com
Hi,
I have got another problem here.
I want to get data from table A and copy it into table B.
I dont want to use query as i want the user to be able to update data in that
form.
for example:
I want to take A.data1and copy it so that B.data2 has the same value as shown
in A.data1
below is the code i am using..
I create it using modul and I call the function from B.data2 (before update
event)
Function getSchulnote()
Dim a As Double
a = Forms![EGS - Schull Abschluss (Ü/A)]!Durchschnitt_Schulnote.Value
Forms![EGS - Ergebnisse Einstellungstest (Ü/A)]!Notendurchschnitt_Schul.Value
= a
End Function
I have got an error that says, module can not find 'EGS - Schull Abschluss
(Ü/A)' form.
I am a real noob in using access 2003. Thank you in advance for your input,
advice, and help.
I have got another problem here.
I want to get data from table A and copy it into table B.
I dont want to use query as i want the user to be able to update data in that
form.
for example:
I want to take A.data1and copy it so that B.data2 has the same value as shown
in A.data1
below is the code i am using..
I create it using modul and I call the function from B.data2 (before update
event)
Function getSchulnote()
Dim a As Double
a = Forms![EGS - Schull Abschluss (Ü/A)]!Durchschnitt_Schulnote.Value
Forms![EGS - Ergebnisse Einstellungstest (Ü/A)]!Notendurchschnitt_Schul.Value
= a
End Function
I have got an error that says, module can not find 'EGS - Schull Abschluss
(Ü/A)' form.
I am a real noob in using access 2003. Thank you in advance for your input,
advice, and help.