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 Wanet Telecoms Ltd 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: Tyskie19
  • Content: Threads
  • Order by date
  1. Tyskie19

    Help with Report Criteria

    What I want is a report to return orders between certain dates, I can get the criteria to work if it is = to something, but as soon as I try to use > or < it doesn't work at all. I have TxtStartDate and TxtEndDate, I want the criteria to be something like this: TxtStartDate < Order_Date <...
  2. Tyskie19

    How to open a report showing only a given date range

    For instance, I have a switchboard made for my reports, and users can select which reports they want to view. Furthermore, I want to make it so that when a user selects a start and end date, the report will only show orders or sales that fall within this range. How do I do this?
  3. Tyskie19

    How to use DAO to autofill values after a combo box selection

    I am extremely knew to VB so I need a bit of a push in the right direction. I have an order form, and this order form has various customer information. What I want to do is in the header have a combo box for the order number, so that upon selecting the order the rest of the information will...
  4. Tyskie19

    Subform returns only one matching record

    For instance, I made the subform so that upon entering a customer number that customer's address will show in the subform. The problem is sometimes customers use more than one address. However when I select a customer who has more than 1, the subform will only show one, how do i make it so that...
  5. Tyskie19

    Problem updating records after enforcing referential integrity

    I used to be able to do this (or at least I think I did). What I did was I added a field to a table. I named this table the same as the primary key in another table, and then enforced referential integrity. Everything works...but the problem is the new table does not have the values that exist...
  6. Tyskie19

    How to link a query to a table?

    For instance. There is a default selling price, but under circumstances a discount may be applied. So in a query I have set up an expression for this. However, I can't figure out how to link the query to the table so that the new discounted selling price will formulate everytime I enter a new...
  7. Tyskie19

    How to make command buttons multiply, divide...

    I want to make a command button, but upon clicking it, it should perform an action (X, /, -, +, etc.) among two text boxes. How can I do this?

Part and Inventory Search

Back
Top