Search results

  1. J

    Importing Google Contacts into a Blank Access Table

    I want to import my Google contacts into a blank access table. The structures is very different. I exported Google contacts as a .csv (google and outlook types) and neither worked. The exported files has 90 fields. It did import data but it seemed to separate much of the data between the Access...
  2. J

    Centering a Rectangle on a Form

    I'm using a tabbed interface so the form spans the width of the monitor. It doesn't need to be perfect but I measured the width of the monitor and used the formula and it looks ok now. I eye-balled the vertical position. Thanks much, James
  3. J

    Centering a Rectangle on a Form

    I just going by the values when the form is in design view. I'm not setting any values as far as the form's size or can grow.
  4. J

    Centering a Rectangle on a Form

    I'm not using twips. I'm taking the width of the form (13.76) and the width of the rectangle (7.35). Subtracting them (6.41) ad dividing that by 2 (3.2). So, the left side of the rectangle should be at 3.2?
  5. J

    Centering a Rectangle on a Form

    I used the formula but the rectangle is noticeably too far too the left and to the bottom. It looked mot centered when I just eyed it.
  6. J

    Centering a Rectangle on a Form

    I'm using a tabbed interface and have placed a rectangle on a form and placed command buttons inside the rectangle. How can I center the rectangle which is about a third the size of the form?? Is there a formula I might use? I'm not much of a mathematician. James
  7. J

    Opening a Form Withe Where Condition

    You're right. I have several functions using date and () isn't required.
  8. J

    Opening a Form Withe Where Condition

    I needed to add the () to Date. "ReminderDate < Date()" Works ok now. Thanks, james
  9. J

    Opening a Form Withe Where Condition

    I get the 'Enter Parameter Value' for 'Date.' Which isn't the name of a field on the frmReminders form.
  10. J

    Opening a Form Withe Where Condition

    I'm trying to open a form with a date field from a command button. I'd like the form to open and display records where the date is less than Today() DoCmd.OpenForm "frmReminders" , , , "ReminderDate" < Date When I click the button the form opens showing no records even though I deliberately...
  11. J

    Date Range Question

    I have dated records that start on Nov. 1 and run all month I need to see which record start on Nov. 1 and run to Nov. 14. Then, I want to see the records that go from Nov. 15 to the last day of the month. Subsequently, I'll do the same thing for Dec.
  12. J

    Date Range Question

    I want to display only records with a date range from the 1st of the month to the 14th of the month. Any ideas? James
  13. J

    Changing The Cursor in The OnHover Of a Field

    Worked great! I wasn't sure if it was going to work with a split form datasheet but it did. I was using the Display as Hyperlink=Screen Only but I was unable to get ris of the font underline. Looked funky... what ever that meas. Thanks much, James
  14. J

    Changing The Cursor in The OnHover Of a Field

    I want a field to be enabled but want to change the cursor from an I-Beam to either a hyperlink hand or a pointer. Is this possible? James
  15. J

    Open an Editing Form From a Split Form

    Ok. I'm using the same approach but with a contiguous form. Thanks, James
  16. J

    Open an Editing Form From a Split Form

    I forgot to mention. I'd like to be able to move to other records in the single (editing) form.
  17. J

    Open an Editing Form From a Split Form

    What would be the best way to open an editing form from a split form to the same record as the split form? I don't want tom use the single record part of the split form, no editng at all on the split form. Currently I'm displaying the record ID and clicking that using: DoCmd.OpenForm...
  18. J

    Modal Form Issue

    DoCmd.OpenForm "Formname"
  19. J

    Modal Form Issue

    I have senior moments when early or late or what ever. This seems to only occurs when the form is called from another form. It doesn't seem to happen whit a similar situation in another db. Probably another corruption. Another work around. This is getting old with Access.
  20. J

    Modal Form Issue

    Of course it would have been clearer if I had mentioned I was using Access 2010.
Back
Top Bottom