Search results

  1. K

    btrieve to Access

    At work we have a very expensive program, used in the whole company, based on btrieve files but unfortunateley doesn't meet our departmental needs. For the moment I create reports out of this software - save them as a text file and then import the text into msaccess, manual operations are...
  2. K

    Field value based on Isnull

    I have a defect form with a button that opens a sign-off screen. On this signoff screen I have 3 possibilities based on the kind of defect. #1 is the mechanic signs, #2 is a quality inspector sign-off and #3 is a second quality inspector sign-off. Data from defect and signoff screen come...
  3. K

    Calculated time interval afterupdate

    On my form I have a calculated control that holds a time interval, calculation is done in the query which works ok. The field is disabled. I have a second control, delay code( also locked) that I want to make active if time interval is >5 minutes. I've set the field property to short time...
  4. K

    Negative times

    I have created a field in my query that calculates a time difference, although as expected it doesn't work when start time is before midnight and end time after midnight. I had a search through the forum and came up with following thread ...
  5. K

    database doesn't want to re-open

    Hi again, I'm up to the next problem... strange one this time : I'm the onl y user of my database, have no security settings active and have not touched record locking as far as I know. Only thing is me and a colleague often transfer updates of the DB via IR between our laptops (we are both...
  6. K

    Summary screen

    I would like to create a summary screen with data from several separate queries that are not directly linked to each other. On my main form I have several subforms and sub-subforms, with each specific data types and handling and writing this data into seperate tables. With the queries I...
  7. K

    One more question about a popup

    Ok, I got everything working from my previous questions, thanks a lot for that... But, one more thing, in my main table I have a few fields which I don't want to show on my main form, in fact on these field the user has to sign off for the data he entered. These values just need to be entered...
  8. K

    Still problems with autofill

    I still can't get everything working the way I want it. I'm trying for days already, my pc has been hanging out the window lready etc... So, I've attached the database and a txt-file with what I want to achieve. It would be great if some experienced people could take a look. Thanks in advance
  9. K

    Pop-up from a sub-form

    Next problem I have with the database is : I have a main form with a unique number for each record containing 20 fields. I have a subform on the page, which contains defects for each of these records (many defects for 1 record). This all works ok, but now I want to go down 1 more level and be...
  10. K

    Problem selecting records

    I have a small problem, probably the solution will again be simple, but I can't get it sorted. I have created a table with some 20 fields in it, of which 1 is called maintenance type, a combo box and a second field being the date a specific type type has been performed. This results in a...
  11. K

    Calculating a value in a report

    I have a problem with calculating a total in my report. I've created a report with 10 separate fields (each calculated totals of a number of records which match certain criteria). Up to now all works fine. Next thing I want to do is to make the total of the values in these fields. This is...
Back
Top Bottom