Search results

  1. B

    Another Login form question

    This works perfect. THANK YOU very very much for all of your help.
  2. B

    Link to back-end in access 2007

    Thank you thank you thank you! This works perfect. Thanks again for all of your effort
  3. B

    Another Login form question

    Hello, I have a login form containing just a combobox (login name) and a textfield (password). Well...this works perfect using the following code: Private Sub cmdLogin_Click() If IsNull(Me.cboLoginNaam) Or Me.cboLoginNaam = "" Then MsgBox "Selecteer een gebruikersnaam!", vbOKOnly...
  4. B

    Link to back-end in access 2007

    Thanks for your efforts sofar. Here is a huge problem... I am using access 2007 and also using ADO. The example you provided is using DAO references. When I start the splash form in my app the following error message appears: "Can't find object MRHSKeyRegister" Please help me...
  5. B

    Link to back-end in access 2007

    I realy love your solution but I am not the kind of guy that just copies everything on his way. I want to understand what I do. I would be very very greatfull if you could simplify the code for me.
  6. B

    Link to back-end in access 2007

    Hello, Thanks for your help. I tried this but I get an error on 'ahtAddFilterItem'
  7. B

    Link to back-end in access 2007

    Hellow, The attachement in your link works great. Accept that I am afraid of using it because I don't understand the code. Isnt there a simple way to relink?
  8. B

    Best way to connect to BE database

    You are right. That is where the power of ACCESS lies. But how can i make the user choose the database without the ribbon and linked table manager???
  9. B

    Best way to connect to BE database

    Hello my helpfull friends, I am going to build a multi-user database with the tables en queries stored on a server. So I will deploy multiple front ends. Here is my question: What is the best way to connect to the BE? Should I link the backend using the linkingmanager (bound to a recordset)...
  10. B

    Link to back-end in access 2007

    Can't I just use the transferdatabase method? My question here is how can I link the entire BE databse? Or do I have to link table by table producing lots of lines of code???
  11. B

    Link to back-end in access 2007

    Hello people, Before I ask my questio I want to let you know that I have searched the forums for an anwser but I just couldnt find it. Or the code didnt work. What I want is pretty simple for the most of you guys....but not for me. lol I have a front-end and a back-end. I want to perform a...
  12. B

    ACCESS 2007: Delete record on subform

    Hello Guys, It has been a while since I've been here for the last time. I have the following question: I have a form containing a subform. On the mainform I want to place a button that delete a record on the subform. Can you please puch me in the right direction? Thanks in advance
  13. B

    [ACCESS 2007] Use VBA code instead of a macro

    Dear Bob, Where can I find a good example of how to make such a code repository? I want to learn how to do it myself. Thanks...
  14. B

    [ACCESS 2007] Use VBA code instead of a macro

    Hi Bob, Thanks for all of your replies. I dont like being screwed. I just want the wizard to generate VBA code. Is there realy no possibillity???
  15. B

    [ACCESS 2007] Use VBA code instead of a macro

    Do you have the database extension set to 2007 or 2002/2003? Because when I have the database set to 2002/2003 whitin access 2007 I DO get VBA code when I use the wizard. BUT when I set the extension to 2007 I get a macro.
  16. B

    [ACCESS 2007] Use VBA code instead of a macro

    Hello Guus, When I do that I dont get the code generated by the wizard. This is something new in Access 2007. I just want the wizard to generate VBA code and not a macro. How can I do that
  17. B

    [ACCESS 2007] Use VBA code instead of a macro

    Hello, Thanks for the reply. But I want to use the wizard. In access 2003 the wizard wrote VBA code. In access 2007 the wizard makes a macro. But I want the wizard in access 2007 to generate VBA code... I hope you guys can help me...
  18. B

    [ACCESS 2007] Use VBA code instead of a macro

    Hello, When I add a butten using the wizard Access 2007 adds a macro instead of vba code. How can I get the good old VBA code??? Thanks for your help in advance
  19. B

    Check if a form is open.

    Thanks Thank you very much. I got it working with the is loaded function...
  20. B

    Check if a form is open.

    Hello everyone, I have a question: I have a form in wich I can add and edit employees. I can open this "employee" form in 2 ways: 1. From another form 2. From the mainmenu When I close the "employee" form I want to check if the otherform (1.) is open. If it is open I want to requery the other...
Back
Top Bottom