Search results

  1. L

    Go to last record in an subform?

    Thanks!! Works fine now!
  2. L

    Go to last record in an subform?

    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...
  3. L

    Writing to a field useing field index?

    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 ...
  4. L

    Refer to value from Query in VB-code

    Thanx alot guys! Works excellent now!! /Lizzard
  5. L

    Refer to value from Query in VB-code

    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
  6. L

    Report in form

    Hi!! I would like to view a diffrent reports "inside" a form.... Thanks in advance!! Lizzard
Back
Top Bottom