Search results

  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...
  16. D

    SwitchBoard Application-Help

    I am doing a SwitchBoard application and I have different problems at all levels. Can anyone please give me the locations where I can find the similar projects and source codes , please. Thanks in advance for your help. DavidCdp1.
  17. D

    Query problem - What is it pls?

    Hi Everyone, I have a query which is giving problems on a form i have a combo box and a text box... i have this query in the row source section of a list box.. when i run there is no result...if i change anything it is giving problems...Please help...the query is as follows: SELECT...
  18. D

    Opening another form from a list box

    As promised before sending the code : It is useful , when you double click on a row in a list box, to open a form related to that record. Private Sub List11_DblClick(Cancel As Integer) On Error GoTo Err_SearchList_DblClick Dim db As DAO.Database Dim rst As DAO.Recordset DoCmd.OpenForm...
  19. D

    Probs. in Storing Option Button Values in Table

    s help.... Andy Thanks for that. Really useful. Now I am able to update the table with the data I wish. But when I navigate the form with default navigation tool, there are no changes in the option buttons selection. Can you please help. Thanks. DavidCdp1. Pl
  20. D

    click option button - text1.text="" error

    Thanks for the information Pat..It is really helpful.. DavidCdp1
Back
Top Bottom