Recent content by cailo

  1. C

    Adding a record using a form

    Thanks alot louchey, all is working well now. Thanks again
  2. C

    Adding a record using a form

    Hi all. I know this is a stupid question but currently I have a database that allows you to add a record using a form. My issue is when I open the form up, there is already data in all my fields, so when I overwrite the fields the previous record is removed from my database. Is there a way to...
  3. C

    Open form by Double clicking on a Listbox

    Thanks again, I'm kinda just getting back into all this database stuff. I'm just going off what I remember from school.
  4. C

    Open form by Double clicking on a Listbox

    Thanks heaps Paul, Worked like a charm. Thanks again for all your help.
  5. C

    Open form by Double clicking on a Listbox

    Your right! I just checked my table again and the ID field is text, so where do I change that in my code?
  6. C

    Open form by Double clicking on a Listbox

    Yes, my ID is a number. Does it matter that there may be decimal points in some of the ID's?
  7. C

    Open form by Double clicking on a Listbox

    I have currently created a few search fields where the results appear in a listbox. What I am hoping to do is to double click on a specific record in the listbox and have it open up to a form with all the details in it. Currently my code for the listbox is: Private Sub...
Back
Top Bottom