Recent content by ox0069

  1. O

    Form taking for ever to load

    I have a form that fills out 124 control boxes with names and then colors them based on the grouping. I'm basically creating a seating chart. I'm runing into a problem that after the 2nd or 3rd time Load the form, it starts to take 5is minuts to run thru the code to format the chart. I've...
  2. O

    may be a mission Impossible

    hers the situation, I have a ledger in access, what i want to do is keep a running total of the all the incoms and expences for a certin date range. then add that to a report and have it all be dependent on my entering the dates. Can this be done in Access?
  3. O

    Excel to Database

    I was given a file of a ledger in Excel and i want to know is there any way to imp[ort it to a table in a data base i set up
  4. O

    Reset Autonumber?

    Is there any way to reset the autonumber in a table. The situation is this, I've been creating a database (Duh) and Ive been filling the table with test information, now that all the bugs have been whacked out of the system, i want to reset all the tables to 1. Help
  5. O

    Want to use Message boxes, but forgot

    Disregard the last post. I figured it out after I posted the reply Thanks for allyour help though
  6. O

    Want to use Message boxes, but forgot

    Thanks, but now i'm getting an error stating that "the value you entered is't valid for this field". Here is the code I have so far, I don't think I'm doing any thing wrong, but I haven't been working with vb as much as I would like to. rivate Sub Command4_Click() On Error GoTo...
  7. O

    Want to use Message boxes, but forgot

    Ok, so here is my question to all of you: I want to use a message box to determin if the user wants to continue entering data or closing the form. whow would i do that and what is the code to do it. Thanks Russ
  8. O

    Mabe to Simple of a question

    This is for a Rifle team ans I want to ebe able to track scores over time to see improvements as well as other stuff. so how would i calucate with in the table??
  9. O

    I'm drawing a blank

    Ok heres the deal. I want to enter data in to a text box, then summ that data, then record that sum in a table. I did it once but havent worked in Access in a while. How would I do that????????? Thanks
  10. O

    Another simple Question

    ok, heres the problem, I can use calculation to add up other numbers in a form, but now i want to insert that number in to a record, I did it once but i can't find the database i did it in to jog my memory.
  11. O

    Mabe to Simple of a question

    This is my delema: I'm making a score card. I wand the last field for each record to equal the summ of the previous fields. Can that happen or not Russ
Back
Top Bottom