Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: banco
  • Order by date
  1. banco

    synchornizing a cbo with another in a subform?

    Hello, I have a form frmOrders like the one in NW and I also have a subform, subOrdersSubform with the products information, like cboProuduct, Unit Price Quantity etc. I added another field cbocategory which is also a combo box and I want to make the cbocategory filter the products. I created...
  2. banco

    Popup product form that shows selected record.

    Hello KenReay, Your first assumption is correct, but can you elaborate more in your last assumption? "I am also assuming, that you have called your subform control, the same name as the form it contains." Is it that the button needs to have the same name as the popup form, please...
  3. banco

    Popup product form that shows selected record.

    Hello everyone, Here it goes.. I have an orders form like the one in Northwind. I put a button on the form that will show a popup form that shows details of the selected product in the orders subform. I have included the following code on the button, but it promps me for the product's ID...
  4. banco

    How to make a DB work for a period of time?

    Hello, Does anyone know how to make a database work for only a period of time, with the option of making it work again w/o losing any of the information? I'm thinking of implementing this, if a customer does not pay for a project by a certain date. Any suggestion will be appreciated...
  5. banco

    Running queries through forms from FAQ's.

    sko, I was out of town and I did not have access to a computer, sorry for the delay. But let me tell you that I did it from scratch today and it worked! Thank you for taking the time to answer me and for all the help... banco
  6. banco

    Running queries through forms from FAQ's.

    Thank you Rollie but I did not design the form, read the entire thread... sko, I understand what you explained and I did it but it still doesn't come out. Let me explain: When I select a position in the Position_combobox and run the query it still gives me a blank datasheet. I did change...
  7. banco

    Running queries through forms from FAQ's.

    I've been trying to contact the person that wrote "How to run queries through forms?" in FAQ's and I had no luck. Therefore I'm asking for help. I've tried doing his ex. but it does not work, When I run the query I get a blank datasheet with the Name, Position and Shift fields but no...
  8. banco

    Updated a record in a form but it didn't show it in a printed report

    Hello guys, I have a form with a button that prints a report with the information of the form. The thing is that as I update the info in the form and print the report it prints the old info. (before update) I had to advance to the next record and come back and print to print the updated...
  9. banco

    Print a report from a form without getting the print prieview first

    I have the following code in a command button which prints a report called "JOM". The button prints the current record but it shows print preview first. I would like to skip the print preview and make it print the current report right away w/o getting print prewiew. What do I add or...

Part and Inventory Search

Back
Top