Search results

  1. F

    Solved disapear text

    hello everyone Is there a code to make the text disappear gradually from label
  2. F

    Network Printer

    plz look to the code ..I dont know how do it
  3. F

    Network Printer

    I changed before..but give me same Error
  4. F

    Network Printer

    I tried the code in the link..it was giving me messages about the printers on my computer and I was supposed to enter the names of the printers in the combobox on the form..but it gives me this error
  5. F

    Network Printer

    Thank you sir for this nice explanation. In fact, I took this code from another site..but it gives me the error message when the printer is off the network.. Is there a suggestion when the printer is out of network it gives me a message with that.. not that error!!
  6. F

    Network Printer

    this is what I do.. and give a message when printer offline Private Sub cmdPrint_Click() On Error GoTo Err_cmdPrint_Click Dim stDocName As String stDocName = "rpt1" DoCmd.OpenReport stDocName, acViewNormal Reports(stDocName).Printer = "HP DJ 2103" Err_cmdPrint_Click: Resume Next End Sub
  7. F

    Network Printer

    Ido it... but still give me a message (Type mismatch)
  8. F

    Network Printer

    Hello Sir... When I use the following code..it gives me an error if the printer is not on the network.. how do I solve this problem Private Sub cmdPrint_Click() On Error GoTo Err_cmdPrint_Click Dim stDocName As String stDocName = "Report1" DoCmd.OpenReport stDocName, acViewNormal...
  9. F

    Forms like Table

    Uncle Gizmo.. maybe my Question is not clear..when I open the Form to record in the field its to be like empty sheet excel
  10. F

    Forms like Table

    I know that Sir ... But Ilike to see the sub form as the table when its empty its just I like it
  11. F

    Forms like Table

    there is No wrong...I want it to look like a table from an aesthetic point of view
  12. F

    Forms like Table

    Im try it but nothing ..like this
  13. F

    Forms like Table

    Hi everyone .. is there any way to show the subform like the table even if its Fields are empty
  14. F

    disable flag icon on keyboard

    Thank you for your interest, sir. I will search and read about the topic
  15. F

    customize MS Access Icon

    Right click on shortcut and go to properties then click on chang icon
  16. F

    disable flag icon on keyboard

    Hi everyone.. Is there any Code to disable Flag Icon on keyboard..that for the user cant use it thank you
  17. F

    TEXTBOX CHANGE VALUE

    its not done ..because TEXT175 unbouned field
  18. F

    TEXTBOX CHANGE VALUE

    I think you need to make your code after update TEXT119
  19. F

    TEXTBOX CHANGE VALUE

    do you try after update the Field which depend it the result of TEXT175
  20. F

    Hello

    Hello everybody..thank you to joining me
Back
Top Bottom