I´m trying to open a subform and then displaying the last record. I´m useing the subforms "SourceObject" in vba to select the form I want to display in the subform. Then I´m trying to use "GotoRecord" and the option aclast to go to the last record. But then I´m geting a errormessage telling me...
I´m trying to write data to fields, without the need to specify the name of every field. I would like to be able to address each field with an index. I was thinking of something like this....
---------------------------------------------
With dbs_test
.AddNew
Do While ...
I´m trying to use a value created in a query in a calculation in a VB- subrutine...
How do I get a value from my query to a variable that I can use in VB?
Thanx in advance!
/Lizzard