Search results

  1. S

    Inserting matching records from dbX into dbY?

    I have a main data-filled database with a table called "aTable", as well as a secondary empty but structurally identical database. On my ASP page (export.asp?ID=[id]) I can open a recordset containing all records from main db matching that URL parameter; let's call it rsData. I would like to...
  2. S

    No Tools menu...?

    I was just editing my Access database (stored on the intranet) when a message popped up saying "Disk or network error". I clicked the only option ("ok") and closed the DB. When I reopened it, it said someone else was viewing it and I only had read permissions. I close it again, and see that in...
  3. S

    Populate new record's foreign key field automatically

    I have a form where all records are listed on one page with a vertical scrollbar (all simple textboxes): ---------------------------------------------- PrimaryKey Name ForeignKey ---------------------------------------------- 1 Pam...
  4. S

    Database file properties

    I've been searching for a way to access when my .mdb file was last modified (going to put it in a label on my startup form), and came across this: http://www.access-programmers.co.uk/forums/showthread.php?t=72721&highlight=file+modified In that thread, FileDateTime is used: MsgBox...
  5. S

    Background colours on forms other than normal options

    I'm wanting to get a very, very pale shade of gray as the background colour for an Access form, as well as for several text boxes on it. This is so that users can distinguish editable regions (white bgs) from uneditable ones (light gray bgs). The default colours that pop up in the menu choices...
Back
Top Bottom