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 Wanet Telecoms Ltd 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: aqm
  • Content: Threads
  • Order by date
  1. aqm

    PROBLEMS WITH ERRORS

    I'm having problem with MSACCESS. When I'm working with my application and I decide to close the MSACCESS, I receive a error message: The instruction at "0x77f892e5" referenced memory at 0x001fb550". the memory could not be "read". Click on OK to terminate the...
  2. aqm

    how can i create txt?

    hi, how can i create a .txt file, I want regular text saved to a binary file (.txt.). help. aqm
  3. aqm

    how to create txt file?

    hi, how can i create a .txt file through vb code? help. aqm
  4. aqm

    DLL command?

    hi, iam having troubles with scroll key. how can I create a DLL command to disable the scroll key? is there any code? please help? help?help? aqm.
  5. aqm

    HOW CAN I DISABLE

    hi, i really tried hard to disable the mouse wheel, i was given this code below but it didn´t work, can you work it for me and see, what is wrong, or if you have another please send me? Here is the code that I am using: It includes 3 modules: Module 1 (a Standard Module named...
  6. aqm

    how to disable

    hi, please help, how can i disable page up and page down keys? i have already used this code: '************ Code Start ********** Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) '33 - PgUp; 34 - PgDown; 9 - Tab; 18=Alt Select Case KeyCode Case 33, 34, 9, 18...
  7. aqm

    how to disable a mouse?

    hi, iam using access 2000, how can disable a mouse scroll? i check microsoft KB didn´t find it. help aqm
  8. aqm

    HI, I HAVE A PUBLIC VARIABLE ON A

    HI, I HAVE A PUBLIC VARIABLE ON A MODULE AND I GIVE A VALUE TO THE VARIABLE ON THE FIRST FORM, WHEN I OPEN THE SECOND FORM, I CLOSE THE FIRST FORM, AFTER THIS THE VARIABLE GOES NULL. I HAVE THREE FORMS. OPN THE FIRST FORM, I ATRIBUTE A VALUE TO A VARIABLE WHICH WAS DECLARED AS PUBLIC ON THE...
  9. aqm

    how to set focus?

    hi, how to set focus on a subforms? please help. aqm
  10. aqm

    WHAT IS THIS ERROR?

    HI, I USED SET COMMAND ON MY CODE AND AFTER RUNNING IT GIVES ME THIS ERROR: MISMATCH. WHAT IS IT? AQM
  11. aqm

    HOW TO SINCRONIZE A TEXT FIELD WITH A COMBO?

    DEAR HOW CAN I SYNCRONIZE A TEXTBOX WITH A COMBOBOX? I WISH THAT WHEN I SELECT A COUNTRY ON THE COMBOBOX, THE TEXT FIELD WILL NOT DISPLAY OR SHOW THE DATE OF ENTRY IN THAT SPECIFIC COUNTRY. PLEASE HELP AQM
  12. aqm

    how can i solve this error?

    hi, i made a entry form in which i made a table with usernames and passwords and linking to the database, but it gives me this error: user defined type not defined, how can i solve this? please help aqm
  13. aqm

    how to code shift+f9?

    hi, how to do what shift+f9 can do without the user pressing any button? via code? help please. aqm
  14. aqm

    how can I reload a form after update?

    hi, how can i reload a form after updating of the fields? because i loaded a form, but after updating the forms, it gives me problems, the field just don´t display. anyone to help? aqm
  15. aqm

    how can reload a subforms..?+-

    hi, how can i reload a table linked to a subforms after having loaded data from another event? please help aqm
  16. aqm

    what is a recordclone?

    hi would define for me a recordclone? another: i have a form and subforms, i have sycronized the combo boxes, but when joined with the main forms the give an error. what can i do? aqm
  17. aqm

    HOW CAN I KNOW NULL VALUES...?

    HI, HOW CAN I CHECK NULL VALUES FROM THE TABLE BY QUERY SQL? IS THERE ANY TIP? HELP AQM
  18. aqm

    textbox syncronization

    hi how can i display data from the database on a textbox and the same textbox be receiving insertion of new data?
  19. aqm

    syncronize three textboxes. how?

    hi, would you help how can I syncronize three textboxes? it it possible. i only know how to sync combos. not textboxes. help???? aqm
  20. aqm

    Menu in Access, how to create

    how can I create my own Menu in Ms access 2000 for my private application?

Part and Inventory Search

Back
Top