Search results

  1. J

    Help with On_Click() command for Access 2010 Form

    In my database, I have a table named "DataTable" with the following four fields: [Database_ID], [Flex_ID], [Last_Updated], [Owner]. [Database_ID] is used to link tables/queries/forms and is static. [Flex_ID] is used by the company, and is the ID that appears on all forms. [Last_Updated] is a...
  2. J

    Import to Existing Table (Type Conversion Failure)

    Hi, I need to import an excel spreadsheet into an existing Access 2003 table. Due to regulations, the spreadsheet cannot be linked. When I try to import the spreadsheet, I receive a 'Type Conversion Failure' associated with a 'Product ID' field. In the Excel file, this column is populated...
  3. J

    Sum Query Exception

    I have created a basic query summing account balances by unique names. I need to create an exception where two particular names (ie. "John" and "Jim") are added together. How would I implement this? Thanks, jlwmkkp
Back
Top Bottom