Recent content by DavidCdp1

  1. D

    6 users citrix server access application

    Thanks Neil, I will try this... DavidCdp1
  2. D

    6 users citrix server access application

    Hello Neil, How to settle in the front end... please help... DavidCdp1
  3. D

    Citrix.Different Profiles.F/end and B/end.Help

    Sorry....Really Sorry...
  4. D

    Citrix.Different Profiles.F/end and B/end.Help

    Hi All, First I should thank everyone for your comments and help. I used db spilitter to split the db into f/end and b/end, then I created 5 copies of the f/end, opened all f/ends and did different transactions, I saw the changes in the other users also. It means everything is working fine(for...
  5. D

    6 users citrix server access application

    Hi, First I should thank everyone for your comments and help. I used db spilitter to split the db into f/end and b/end, then I created 5 copies of the f/end, opened all f/ends and did different transactions, I saw the changes in the other users also. It means everything is working fine. I did...
  6. D

    40,000 records table as back end with 6 front end users

    Hello All, Is it possible to develop an application with six front ends and one back end and data volume of 40,000 records in a table using Ms-Access. Please give your comments.. DavidCdp1..
  7. D

    6 users citrix server access application

    Thanks for this Fofa and Flabrecque, Can you please give me a link where I can find an example(.zip file or code) for this please. I am still working on it. Please suggest me : if i keep all reports,forms,modules,queries in one .mdb file and all tables in another .mdb file, how to link them...
  8. D

    6 users citrix server access application

    Thanks for your suggestions FlabrecQue, Is it possible for me to test this on a single system at home. Like ...I create six .mdb files with different names and create another .mdb file(only with tables) with another name and open all the six .mdb files and connect with different names....and...
  9. D

    Subreport multiple printing - help

    I can't believe it is happening to me. I went to report and changed the record source of main report(by removing the relation between two tables) as you said and IT IS WORKING.......GREEEEEET....THANK YOU VERY MUCH.. David Cdp1.
  10. D

    6 users citrix server access application

    Hi Everyone, I have a problem. I developed an application in access 2003. I don't have ms-office developer edition. It is a switch board application. I enter the application with a user name and password. It is developed for my office and there is no need that I wish to distrubute this...
  11. D

    need help grabbing text from a form into a query

    Try this type of code Please try code like this...it is really working ...giv eme your commenets... Private Sub CmdSearch_Click() On Error GoTo Err_CmdSearch_Click Dim vSearchString, x As String 'vSearchString = "[Consultant Table]." & Me.Combo0.Column(1) vSearchString =...
  12. D

    Subreport multiple printing - help

    Hi Everyone, I have a form with a subform. When I print this form (I have two problems) 1. if there are no records in the subform, then there is no data in the report, eventhough there is some data in the form. 2. if there are more than one record in the subform, then I get more copies of the...
  13. D

    How to Save the data in a new form

    Thanks for your help..Uncle Gizmo.. Really helpful.. Cheers.. DavidCdp1.
  14. D

    How to save data on a form

    Can any one please tell me how to save data entered on a form to a table. Please help. Thanks. DvidCdp1
  15. D

    How to Save the data in a new form

    Hi Everyone, I have a form with several fields bound to a table. Normally when I open the form the form shows the firsts record data in that table. When I want to add a new record then i use the default navigation bar to go to the last record. After entering the data, I have a button on that...
Back
Top Bottom