hello
in my form i have a button when i press it i want it to fill up many text box (RA - MM1 - MM2)
those many text are in a sub form called "TB01"
i've tried this code:
Private Sub Command166_Click()
Me.Parent.Tb01.RA.Value = 27459
Me.Parent.Tb01.MM1.Value = 27894
Me.Parent.Tb01.MM2.Value =...
Hi
any help to merge all records in 1 field at the form footer with number list
Check Form called "OFF"
Will these way work for me:
=ConcatRelated("iddate", "dailyoff", "iddate =" & [dt]
I just want a simple way to merge the records in the form called "off" in 1 line with number...
hi
any one can help me writing the correct Vba
I want to run the "Daily" Form and press the button "Fill up All" to set focus in the "R1" Subform and auto fill the data for the day
... setvalue = Peter
go to next
.. set value = charle
end sub
Hello
I want to write criteria in the query that give me the result of a specified grade (1 - 2 - 3) when i select it from "Combo1" in the form "A" Or if i didn't choose any grade it will give me all the data.
I try this one but didn't get the result that i want:
[Forms]![A]![Combo1] Or Like...