Search results

  1. H

    Cannot use ODBC to import from, export to, or link to an external Microsoft Access o

    Hi Dave, Yes that seems to work ok. Many thanks. I am trying to get my head around recordset clone and was attempting to use the following VBA code that I obtained from the web. ____________________________________________________ Option Compare Database Sub BookmarkX()...
  2. H

    Cannot use ODBC to import from, export to, or link to an external Microsoft Access o

    G'day, I am trying to create an ODBC link to a copy of the Northwind data base. I am running Win7 on a 64 bit operating system but am keeping office running as 32 bit for Access, Excel , Visio etc due to the fact that I have a lot of old apps tied to them. When I attempted initially to...
  3. H

    How to vary field widths in a default SPLIT form

    Hi Pat, I use the group and ungroup often in Visio. I did not know it existed in Access! Also even after you told me the answer there is nothing to show the group and ungroup feature unless you hover over the buttons. Once again Many thanks for all your help. FWIW I came back and revisited...
  4. H

    How to vary field widths in a default SPLIT form

    Hi SpikePL, I have uploaded 4 screeen shots. The first shows what I have so far. If I decided that I would like to leave the width of the employee field as is but narrow the field width for fields such as Current employed, NormalTime, TimeAndHalfreduce inclusive down to field EquivHours I...
  5. H

    How to vary field widths in a default SPLIT form

    G'day, I am running Access 2003 and have created a split form using one of the std form options. The file it is querying has about 20 fields per record. The split form that is generated has four columns of 10 fields each. e.g. Column 1 Column 2 Column 3 Column 4 Employee Fred Smith...
  6. H

    Trying to get a form to requery data specified prior to opening

    THanks Gina, I solved the problem and will close this. Cheers
  7. H

    Trying to get a form to requery data specified prior to opening

    Hi There , I am a newbie to this forum. I have a main form "FrmTimesheetEdit" that I open in edit mode to review data in a query that uses two tables TblEmployee and TblTimeSheet. The TblEmployee has two fields called EmployeeID, and Employee. The Tbltimesheet table has a field "Weekendingdate"...
Back
Top Bottom