Search results

  1. N

    Access 2010 Runtime - Link to backend database

    Hello. I'm very new to Access and having trouble sourcing information that makes sense. I have a database that is split into a front and back end. The back end is to reside on a shared network location (yet to be determined but we'll call it \\SERVER\DBSHARE for now). The front end will be...
  2. N

    Jumping to a record in a sub form to a value selected in a data sheet

    Hi guys, What I have is a Job List form where a user clicks on a QuoteNumber fieldwhich then opens the Customers form based on the CustomerID. This is done by: Private Sub QuoteNumber_Click() DoCmd.OpenForm "Customers", acNormal, , "CustomerID=" & Me.CustomerID, acFormEdit, acDialog End Sub...
  3. N

    Changing record on subform datasheet

    Hi, this is driving me mental if anyone can help I'd greatly appreciate it. So basically I have the following forms: Main Form called Customers Sub Form to Main Form called Service1 Sub Form to Main Form called ServiceDataSheet (Same as Service but in datasheet view) If you haven't guessed...
Back
Top Bottom