Search results

  1. W

    Access 2010 database doesn't work with runtime

    Ah, never mind.. I finally found a link that showed how to create an autoexec macro to force the navigation form to run on startup. Thatks for the tip that lead me in the right direction.
  2. W

    Access 2010 database doesn't work with runtime

    Can you point me in the right direction? The lack of documentation is driving me crazy.
  3. W

    Access 2010 database doesn't work with runtime

    I've published a database with the wizard, but when I try running it with the runtime it comes blank. No forms, nothing.. I have also created a .ACCDE file and it is also blank. What am I doing wrong?
  4. W

    Query returns the # of input records squared

    I think I have it.. I cloned another report and eliminated some fields, but I think Access has a bug.. it remembers things that have been deleted. I just recreated the query from scratch and it works. I do appreciate the help!
  5. W

    Query returns the # of input records squared

    But only one table is being used..
  6. W

    Query returns the # of input records squared

    SELECT [Fisher 1-11 to 12-11 Line Items].[Part Number], [Fisher 1-11 to 12-11 Line Items].[Manufacturer Part Number], [Fisher 1-11 to 12-11 Line Items].[Manufacturer Name], [Fisher 1-11 to 12-11 Line Items].[Product Description], [Fisher 1-11 to 12-11 Line Items].[Unit of Measure - Standard]...
  7. W

    Query returns the # of input records squared

    Just when I though I had everything perfect... I have one query on one table that returns the number of input records squared.. i.e. if I have 20 records in the table I'm querying, the query returns 400 records. While I'm sure this must be an easy fix, I can't seem to find the problem.
  8. W

    Undefined function 'XXXXX' in expression

    Thank you, That fixed the problem! ;)
  9. W

    Undefined function 'XXXXX' in expression

    I'm new to Access and VBA, so please bear with me. (I'm a 'C' programmer) I'm using Access 2010 and created a module with VBA called "XXXXX" (not it's real name) and the module contains one function of the same name. In Query design mode, I can click on functions and find it, but when I try to...
Back
Top Bottom