Search results

  1. L

    keywords needed to populate db

    I need to populate my test db with data. I do have recourds of fname, lname ect from other tabels and/or excel files. However, I do not have a needed field which is part of the table needed for the test db. This field has five different possible entries. My solution would be populate the...
  2. L

    using row source

    Hey I have two list box. the first box give the names of states. The secound box uses the state name from box one. Then displays all colleges within that state. This is an event. I am trying to get a grasp on the difference bettween DAO and ADO before coding. At this point I like to know...
  3. L

    Help with compile error

    My basic code below function is to add a new a new record set for a table called Mood and which has "moodId | mood | color" as its fields. The Form has 3 txt box and they are named moodID, mood, and color....... One command button named cmdAdd........... I have been having problems within...
  4. L

    using "list box" to pass parameter to a query

    :) I like to learn Access. This forum has helped. I would like to pass a value from a "list Box" as a parameter for a query. Is there a way to do this or will I have to do some coding to set the passing of the control. I would prefer to pass it and use the creteria options which opens a window...
  5. L

    checking email input in the form

    I need some direction. I have a table with a email as a row in a table. I would like to make sure that the person entering in the data enters the same twice before submitting the data to create the recourd. I know to do this in PHP. Thanks Tom
Back
Top Bottom