Search results

  1. U

    Another Subform Requery Question

    ok i've looked through the archives and still don't get it. here is my problem. I have a main form which is linked to a subform. on the main form i have a combo box that list players name. when a players name is select the associated player cards are displayed in the subform(main data only)...
  2. U

    Combo Box

    Ok Guys need some help. I'm almost finish with a project but I'm stuck with a combo_box problem. How can I set the combo_box to display the first record in the recordset(actually a query) when the form is open? Currently when the form is open it is blank until the user presses the down arrow...
  3. U

    Add Records to Multiple Tables From One Form

    I have a form where I am adding a record to a table. This works fine but I also need to add some of the form's data to another table. At what point(event) should I add this new record? Also would I need to open a recordset for the other table and manually add the record via code? (short example...
  4. U

    Calculate Previous Date by Subtracting Given Month

    Need help you Access Gurus, I need to find a way to calculate a previous date base on a given date and the number of months to go back to. Example: what date was it 2 months ago as of 11/12/2001? It there an Access function to do this or do I need to write some code? Either way if anyone has...
  5. U

    Calculate Previous Date by Subtracting Given Month

    Need help you Access Gurus, I need to find a way to calculate a previous date base on a given date and the number of months to go back to. Example: what date was it 2 months ago as of 11/12/2001? It there an Access function to do this or do I need to write some code? Either way if anyone has...
Back
Top Bottom