Search results

  1. S

    Having two autonumbers in form

    WOW, thats all i have to say. Plain amazing help. This will get me further to complete this database. I just need to add some very last touches and it is complete. you guys are awesome!
  2. S

    Generate report from form

    hey, another one of "those" questions. I have a split form, from there i am filtering one field through a combo box. How do i generate a report from the resulting list? And how do I do open that report through a button after that? any help would be appreciated.
  3. S

    Having two autonumbers in form

    haha, well. This is what is going on: here If you click "new" in the form, another form opens, from there i have to enter information in the "uniform" tab, and then click the ID text box for it to refresh. Then i have to enter information in the Top part of the form. If i don't do that. It does...
  4. S

    Having two autonumbers in form

    i see.. Since the thing i'm doing is for the ROTC class, what i am trying to do is have a form which displays all the information for the person, and then have a way to update their uniform information in textboxes. However it seems i cant work from a query nor dlookup functions since...
  5. S

    Having two autonumbers in form

    here is the link for the database: here. This is meant for the ROTC at our school. Since they keep everything everything in one huge excel sheet. The problem is, when i try to add a new person it wont let me. And some other problems like the filter for classes is not working.. Nor the open...
  6. S

    Having two autonumbers in form

    I have a form where I combine two tables. And, I can't update it with out putting the primary key inside the form. It works, but it is more of a hinderance to insert something in the second half first, click the ID textbox, then the other ID text box, to finally save. Is there a way around this...
  7. S

    Filtering split form records from combo box

    but actually, i just put in a button to clear the filter, however, there is one other problem i am having. When i change the filter, it actually changes my field to that number. How do i prevent it from doing that?
  8. S

    Filtering split form records from combo box

    how would i put that in with the existing code? I tried an else if statement, but doesn't seem to work.
  9. S

    Filtering split form records from combo box

    By any chance, How do i make it so that it disables the filter, Or displays all?
Back
Top Bottom