Search results

  1. M

    Combo box help

    Is it possible to have a combo box that shows date and text? I would like to have a combo box with dates that also allows the user to choose the word "unassigned." the reason for this is because sometimes we don't know dates due until a future time and that is specifically what my boss wants...
  2. M

    Form borders

    HI ALL, I have a form and i changed all the borders to have no padding because i like having the data right next to one another and to maximize my printing on reports; however, i will change the border and it seems a couple times later when i open the report or form it changes back and its...
  3. M

    printing one record.

    The report prints just fine now thanks again!
  4. M

    printing one record.

    Oh Ok that's what was confusing me, it was a subform i wasn't even thinking of that, i was just thinking if i put it into a report its a report... it all makes more sense thank you i will try the report printing as that sounds easier.
  5. M

    printing one record.

    I want the form "ROLL FORM" to be what the report looks like, i had to delete some items to post but thats my entry form. Report1 is where it will go to print. PRINT_ID field under the table WORK ORDERS is always unique autogenerate number, or can also use WORK ORDER ID which is also unique. I...
  6. M

    printing one record.

    i have typed in: DoCmd.OpenReport "report1", , , "ROLL_FORM= " & Me.WORK_ORDER_ID Report1 is the report i want to print, ROLL FORM is the form i type into and Work ORDER is the unique value im referencing. when i click my command button it prints all pages.
  7. M

    printing one record.

    i dont know how to set a filter to only come up with a current form. i have tried the allen browne link; however it still prints all the pages when i switch acviewpreview, to acviewnormal. i also change the [id] with mine. Whoever fills out the form will want to print that page, and if they...
  8. M

    New member

    im about an hour south of reno in gardnerville, or 15 min south of carson going to unr.
  9. M

    New member

    I am new to access and programming, i am from Nevada, a little east of Lake tahoe. college student working at american international tooling for about 7 years drafting with autocad going to college for Math major and just recently CS minor. i havent taken any cs classes yet so i dont know much...
Back
Top Bottom