Search results

  1. C

    Forms with Reports

    How? How exactly do I do that?
  2. C

    Forms with Reports

    I basically have a Form that you enter investment info in and then I have a print report command button on the form. Well now if I enter in more than one record in my form and i go to print it or prieview it it brings up all the reports. How can i make it only make a report and print it only of...
  3. C

    Matching

    Ok Ok, I'll try this...But just in case...how exactly do you do this? Thanks
  4. C

    Matching

    I have a problem. I've made a form that holds information about a person and I have different buttons to take you to other forms to enter more info about the same person. Even though I made a table with all the info on it when I enter info first and then click the button to go to another form it...
  5. C

    Open if not "Check"

    Thank you so much. Stupid me I was putting the code in the Text Box's after update. It's working fine now and now I'm trying to make a code to were if this buuble is filled in the Shipping address boxes dissapear. But thank you so very much. I really do appreciate it.
  6. C

    Open if not "Check"

    Nope, sorry I don't know what I'm doing wrong. I've greated a text box with a label and I right click on the white box and beside the Visible I type No. then i go to the event tab and on the after udate I copy the exact code you gave me. It's invisible but when I select Check nothing happens...
  7. C

    Open if not "Check"

    Sorry but it didn't work....maybe if i gave you all the info you could type the exact code that i'd need? The combo box with the check, cash, etc. is name "Payment Method:" the text box that the check number will go is named: "Check#". I also have Access 2000 if that makes a huge difference. Thanks.
  8. C

    Open if not "Check"

    I'm trying to make a combo box in my form and i have all the payment methods like Cash, Check, etc. well i want if I select Check another text box appears so i can put in Check Number. I don't want the box to be there unless Check is selected.
  9. C

    Find

    Yes, I want to make a macro for a swithboard named "Add info to an exsiting Customer". I want the macro to open a box or something so the user can type in a persons last name and then it searches the record to find that persons record, so the user can add the items they've purchased. Thank You.
  10. C

    Find

    Yes, I want to make a macro for that will allow the user to input a persons last name and then the macro searches the form to find that persons record. I'm making it for a switchboard but I want it as a macro and then the switchboard will run the macro. Thank You.
  11. C

    Table in Form

    Um I'm not sure..sorry.. Um ok...I have 3 tables. One named Customer Info. (it has stuff like Name, Address, Phone, etc.) Inventory (which has list of model numbers, prices and quantity on hand) then I have another table named Subform (which I use for the subform- it has Model Number and...
  12. C

    Table in Form

    Basically, what I want is to put a table in a form and have the table become blank when I go to enter a new record. My only problem is that When I last tried it, I could enter everything and then go to a new record but when I went back it had deleted everything off the table.
  13. C

    Forms Subforms Confusing

    Ok...I've been working on this and I even have a book on Access but I'm alittle clueless. I'm trying to set up a form so that I can put in my customers name, phone, address, etc. and then under that I want a table so I can put what they bought. But I have an inventory as a table. I've tried...
Back
Top Bottom