Recent content by sgiuffrida

  1. S

    Adding to a Combo Box

    With dbs Set rst = .OpenRecordset("Programs") rst.AddNew rst!field = NewData rst.Update rst.Close .Close End With rst!field = NewData I am getting an error here in the rst!field-NewData, please show me how i enter my field and what field it is. Is it the field in the table? or the...
  2. S

    Adding to a Combo Box

    this is confusing to me. I am tryin to apply this code but am not seeing the places i need to change to reflect my configuration, can you color code the strings i need to change for this to work? thanks steve
  3. S

    Print Preview show my whole database

    how do i pull the report dynamiclly by name Thanks that worked well, but i need the statement in the crieria field to pull the report of the person whose page i am viewing. Here i am on Joe Blows page, he has all his information on the screen. How do i set up a button on the page that pops...
  4. S

    Print Preview show my whole database

    I am running access 97. I have 2,400 employees in the database. When i want to print the screen, i select print preview and print selected records and the whole database wants to print. I see the print progress go through all 2,400 screens and attempt to print every person in the system. The...
  5. S

    Calender question

    I AM STILL HAVING PROBLEMS I have read this posting and downloaded the zip file. When i cut and paste the items on my customer page i get an Epressions error. what should i check and what are the best web sites to view examples? I just downloaded the MS Developers Kit and have not yet found...
  6. S

    how- memo field to space with the enter key

    yes i do want a new line I did try the enter key behavior expression. when i hit enter it takes me to a new field. question: where do i enter the enter key behavior expression? Is there any other additional commands i will need to make this work? thanks it amazes me how every book i read...
  7. S

    how- memo field to space with the enter key

    I have a memo field and it is one run on statement. I want to be able to hit the enter key after a sentence and seperate the statments, Is this functional? here is an example: hey Jimmy Page is still a well respected guitarist. This is true in light of the many years that have past. I hope...
  8. S

    Send reminder Email from Access when Due Date is past

    Thankyou for the information, It is a great help. This solution should work well for my case. When i build the acceptence database i am simply linking to the original database that contains the due date and patients names, correct? This all happens with Macros and no need to write additiona...
  9. S

    Send reminder Email from Access when Due Date is past

    I am currently running Access 97 and am trying to have my employee database send a reminder email to employees who have come past due on their annual physical. When the appointment date is past due it would automatically send the email from access via a Groupwise email system and advise the...
Back
Top Bottom