Search results

  1. B

    Best way to auot populate form

    Thanks for your feedback. I am not all that familiar with working with Access. Anyway you can show me how this would be set up and I can take it from there?
  2. B

    Best way to auot populate form

    I have a 3 comb boxes. I want to be able to pick from these combo boxes and have it populate a field. I just do not know how to set this up. cboCategory cboSubCategory cboExercise I have attached an excel sheet that I want to create in Access or if it is easier to have Access populate the...
  3. B

    How to synchronize Access combo boxes...stuck

    Here is my problem. I am stuck on how to set this up. Here are my tables: tblCategories tblExercises tblSubCategories Back, tblSubCategories Biceps, tblSubCategories Triceps, etc. tblCategories has one column: Column name "Categories" Shoulders Core Biceps Triceps All tblSubCategories has...
  4. B

    How to re-link tables

    access 2007. no have not.
  5. B

    How to re-link tables

    I do not know what I am doing wrong. I created an AutoExec macro to open up the form. I put the code in the Onload event and nothing is running :(
  6. B

    How to re-link tables

    Thank you! That is exactly what I am looking for. One more question, where do I put this code? Thanks again
  7. B

    How to re-link tables

    I have a database with the frontend and backend on same network. Now when I have to do changes to it I take a copy of the frontend or backend home and re-link the table on my computer. Now when I finish it all I want to be able to do is email the frontend or backend to someone without having...
  8. B

    automatically run macro msgbx certain days

    I need a msgbox to run on the last day and first day of the month. How can I do that through coding or macro?
  9. B

    help with duplicate records

    That is fine. That is why I would like to have the option to either go to that duplicate record, or if it is not the same person to go ahead and save that record.
  10. B

    help with duplicate records

    I have a form with Last Name and First Name field. I want it to where if a new record is created and the same first name and last name is entered the record will not save right away and will give you the option to go to that record or to save it.
Back
Top Bottom