Search results

  1. Prince

    SubForm Prob

    Good day to u, I made form that displays table information in two formats which are tabular and then I added subform of the same table in worksheet format. but the problem that there is no relationship between the tabular records and the sheet records although both are from the same table. Is it...
  2. Prince

    Louts Note

    Thanks very much
  3. Prince

    Louts Note

    I'm trying to recive and send e-mails From MS Access to Loutes Notes and Vice Versa.
  4. Prince

    Louts Note

    Good day to u I would like to linke MS access with Louts Note I would appreciate any one can help me to do it. Best Wishes
  5. Prince

    Current Record

    Good day to you (everyone). I developed several forms in my system. Most of my forms use Requery to dispay records that match user's rquest. I need to make two text boxes one to show the current record position and the second to show the record count. I made these two text boxes but I don't know...
  6. Prince

    Movefirst in Subform

    I actually did the following: I made several search fields in the main menu and then I made submenu has data source query finds fields match the search criteria of the main menu. after the user put values in the search fields he press in button has the following code...
  7. Prince

    Movefirst in Subform

    I made the data source of the subform a query searchs for data that matches the data of search fields in the main. I first made the subform with nivagation buttons then I drag it to the main form.
  8. Prince

    Movefirst in Subform

    Happy New Year... In one form of my system I added subform to diplay the data of search fields in the main form and this subform has nivgation buttons. If I nevgate using the the nevigation buttons then I made another search, the subform diplays data starting from the same position where I...
  9. Prince

    Batch processing

    Hello I would like have a deep understanding of Batch processing. anyone knows excellent sites about Batch processing?
  10. Prince

    Executable file

    I had developed a complete system but when I copy it to any other PC I face a problem with its liberies(refrnces) Is there is way ot include these references with the system. In other words, make the executable file of the system?
  11. Prince

    Error Messages

    I went to refernces and I saw one item is missing but it is already checked? It looks that the problem is with the liberies (refernces) is the there a any way to make the system store the refernces like making .exe in making programs?
  12. Prince

    Error Messages

    Hello Everyone I'm currently developing as system. I tried to take a copy of that system to another PC put when I open some forms The following message appear this form have the following code Private Sub Form_Load() On Error GoTo Err_Form Cal.Value = Date Err_Form: End Sub...
  13. Prince

    Error message

    I made report from a query and I used mid function on that query fisrst It was working probably but now when I diplay that report it diplays mesage saying: undefined function " mid" in expression anyone have any idea how to fix this problem?
  14. Prince

    Blank Form

    Goodnight Everybody I made a form to display and search some data from table. I added two fields where user can Inter keywords for search (ex. Account# or Username) to move to data record. Everytime I open taht form It diplays the first record in the table. Is it possible to diplay balnk fileds...
  15. Prince

    Common Dialog

    Good Morning Everybody I had used common dialog (save as and Open) in one of my forms through draging and droping the component (common dialog version 6) then I wrote some code to deal with it. Is there is a way to use only visual Basic Without having to drag and Drop that component. In other...
  16. Prince

    Error Message

    Hello everyone I had developed complete system using MS access 2000. I copied that system to different PC and after I run that system in the new PC the system doesn't work and error message says: Can't find project or library appear?? any body has any idea how to manage and fix this problem?
  17. Prince

    Server side and Autorun??

    Hello everybody..... I had done a project that reads text files in sahred folders and then generate reports. I need to let my MSaccess system to work autmically by itself every day at a specific time. Also, It sould work at the server side. Anyone have a suggestion how to do that ?? Thank u...
  18. Prince

    Need help coding KeyDown Event

    Hello.. I understod that u want the time and date to appear automaticlly. To get the system time automatically do the following: 1- right click in the time field. 2-go to data 3-in the defult value write =Time() 4- to spcify the time formate go to the formate which is before data. 5-in the...
  19. Prince

    Move to next field automatically

    Thank u everybody I tried Auto tab and it works fine.
  20. Prince

    Copy text file to other folder

    Good morning I have made a module that imports a text file and then over right the file. I need to make a copy of the text file in another place before over writing that file. any one can help.
Back
Top Bottom