Search results

  1. L

    Can't move subform to next record

    Hi everyone I really hope you can help as I've spent way too long on trying to solve this issue myself. :o :banghead: I'll try and be brief. FormA is making a call to FormC that is a subform of FormB. So, FormA is asking FormC to move to the next record and then provide the details of this...
  2. L

    tLookUp not obtaining a value

    I have a function that I'm using in an update query but it fails because of a null value. The purpose of the query is to insert the Invoice ID (InvID) into the field InvoiceRunID where InvoiceRunID is currently null (and the Status = 5). gInvDate is a global variable that is set before the...
  3. L

    How to select an item (value) in a listbox using VBA?

    Hi folks First post here so I hope you'll be gentle with me! In plain English, I want to select an item in a listbox that has a specified value when I open the form that contains this listbox. Most of the help I've found describes selecting records based on their index value but I want to...
Top Bottom