Search results

  1. H

    Handling Extensive Maths in MS Access

    Hello Team I have designed a power plant production database in MS Access, as of now its running smoothly even after 2 years. Database is mostly doing maths for different task. Efficiency correction, Stock calculations with ASTM equations, and hourly calculation based on plant load, to speed...
  2. H

    Diesel Tanks FIFO Stock

    I need help designing FIFO Based Stock for Diesel Tanks, There are 2 Diesel Tanks. Fuel is received via Tankers. Each tanker has a different Price and Chemical Properties. Normally 1 tank will be on Filling and the other will be In-Service. I have a Calculator to correct the received Tanker...
  3. H

    Unbound Form "RunTime Error 3134"

    I have unbound form with insert date into two tables [DDL Master] & [DDL Detail] on click data update is working but I am getting Runtime Error "3134" on new record on dbs.Execute (q2) Private Sub Command201_Click() Me.lblDate.Locked = False Me.Text142.Locked = False Dim...
  4. H

    Access Continues Form With Form.open Event

    Hello I am designing a continues form but also want to load 24 hour time slot from my Table "tblTimeSlot". When form opens it import 24 entries from table for Time and all other entries can be added manual. Is there any solution ? Example on Form OPEN...
  5. H

    Access Table Structure

    Hello I am beginner in access, I am designing database for our power plant generation. I have 5 forms for data entry. Daily Declaration, Downward Rev.1,Downward Rev.2, Downward Rev.3, Upward Rev and Temp Adjustment. Every form have 24 entries for every hour. Hours-----Temp-----Unit-Load...
Back
Top Bottom