Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: simanot
  • Order by date
  1. simanot

    can I create a report with ms acces

    can I create a report with ms access to print pre-printed form.I just want to print the data only. I know I can do that by check data only on page setup dilog box. but I want to Know can I do it by write code in then report or the form to print the data only on my pre-printed form.
  2. simanot

    search form

    can I use inputbox as search from ?
  3. simanot

    Lost Toolbars

    Hold shift key down and click on your database icon then go to tools startup and check all 4 option back. good luck. gasim
  4. simanot

    How to update all open forms?

    on activate event in the form with listbox insert this code On Error GoTo Err_REFRESH_Click DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70 Exit_REFRESH_Click: Exit Sub Err_REFRESH_Click: MsgBox Err.Description Resume Exit_REFRESH_Click
  5. simanot

    inputbox

    I use this code below to open my form if the right password is enter. I need somebody help me write a code with computer date which I have to change the password every 30 days. Like this code " gasim" is password. Private Sub Form_Open(Cancel As Integer) Dim sResponse As...
  6. simanot

    password

    I write this code down blow to disable my form from load on certain date on the month and is working very fine. I would like to know how random password work. I want instead of chaging the date every month. use password I give it to the user let the application working for the next month and...
  7. simanot

    random password

    how I create random password which it open my form on certain date of the month.
  8. simanot

    check box

    I want to change the shape of check box in my form from checkmark to ( X ) shape how can I do that.
  9. simanot

    report

    I did have access database application and is working fine but every time I change the printer I have to change the margin of the report to the new printer otherwise it print two pages. Some time I use my application to print pre-printed form so my application working fine with dot matrix...
  10. simanot

    combo box

    I want my combo box open the list once it get focus ?

Part and Inventory Search

Back
Top