Search results

  1. J

    Combine different Access Databases to one SQL database.

    I created different Access Databases from time to time for different departments. Each database is used for different purposes, has different functionalities, different fields, and for different end user/users. Recent discussion from our company (We are small company with only me as a...
  2. J

    VBA code didin't work anymore after upsized access 2007 to SQL Server 2005

    I have an Access 2007 application which has VBA code to avoid users to key in wrong data in the data entry form. After I upsized the main table to a back end SQL Server 2005, then link the main table at Access 2007 front end, the VBA code at Access 2007 didn’t work any more. All other functions...
  3. J

    Conditional Formatting in Access report bu using VBA code

    Hi, I tried to build a reprot which change one of number fields color depend on another Category field at the report and number field itself. If there is Category A, then number field will change color at certain number range. If there is category B, then the number field will have...
  4. J

    How to get main responsible staff name when a selected staff shared equipment withhim

    Hi, I have two tables as the below: Equipment: EquipmentID (Auto Number), Equipment Name, Purchased Date. Shared : Category(primary, Secondary), StaffName, Department, Assigned Date, and EquipmentID(as foreign key) One Equipment may have couple of staffs shared with it as the below I...
  5. J

    Re: Avoiding access to save on close event

    Re: Avoiding access to save on close event Hi, guys, I created a VBA code to avoid wrong data saving at Form level; However, when I close database, all the data at data entry form which should not saved by VBA code still be saved. Is anyone can help for avoiding wrong data saved at...
Back
Top Bottom