Search results

  1. N

    Missing text in combobox

    Don't worry sorted it! It was set to limited to list for some reason so changed it to 'No' making sure the colume bound was set to 2. Silly me sorry guys
  2. N

    Missing text in combobox

    Hi guys I have a login form with a combobox for Username and a Textbox for password, both box have 'Enter Username' & the other has 'Enter password' which when you start to type that text disappears. I've now slit the database and when the login form is loaded the 'Enter Username' in combobox...
  3. N

    Open Args VBA

    True, thanks guys
  4. N

    Open Args VBA

    Yeh just wanted to be a bit fancy that's all, suppose it would work better with the prim key number.
  5. N

    Open Args VBA

    Hi Guys I got this bit of code I've been working on and it's probably a bit silly but I need it to recognise apostrophes. There is a missing operator somewhere maybe someone could shed some light on it. The form opens fine if say the company is called Daves but not Daves's
  6. N

    VBA form that relinks tables

    OK this is the code I now have, it opens the location selector and I can now find the DB, I've tested it on different network locations. it will only ever work when you relocate it to the first location when you do the split in access, if it's on a different location then it says it can't find...
  7. N

    VBA form that relinks tables

    Whats JStreetRelinker?
  8. N

    VBA form that relinks tables

    The issue i have now is that the file loctor box opens and you cannot find the BE database anywhere it dosen't allow you to select any Access database format??
  9. N

    VBA form that relinks tables

    Ahh silly me! Thanks for all your help works a treat.
  10. N

    VBA form that relinks tables

    I'm using on the open event of the form.
  11. N

    VBA form that relinks tables

    Thanks for that, however when is start the DB it just says can't find the file path and then when I OK it just goes to a blank database?
  12. N

    VBA form that relinks tables

    I've looked every where on Google and have only come up with this peace of code, where would it sit ?
  13. N

    VBA form that relinks tables

    Hi All I have a database which is slpit both frontend and backend. Multi users have the frontend on their desktop and the back end is shared on a network. The network location may change from time to time, therefore if this happends is it possible to create a form on start up that prompts the...
  14. N

    Records not saving in forms

    Its being saved to the table but not visable in the form anymore?
  15. N

    Records not saving in forms

    ct tried the code above and no different, If i start over again building the DB it works fine, however I don't want to do that
  16. N

    Records not saving in forms

    This is what I have on a click button on the main for to open the 2nd form
  17. N

    Records not saving in forms

    Where do i look for the acEdit?
  18. N

    Records not saving in forms

    Thats the point I'm trying make, new records don't save automaticlly as they did previously. Therefore why has it decided to not save new data entery? And no CT_ it's linked to a table and all fields are bound :D
  19. N

    Records not saving in forms

    Hi guys I have a main form which has a button that opens another form to a specific record which is fine. However when the second form opens and i enter data into the feilds then close the form, now for some reason it stops saving the entered data??? The form is set to the same table as the...
  20. N

    VBA Mail Merge

    It runs from this
Back
Top Bottom