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 gkittelson 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: *

  1. Minadude

    How do I create my own Order form??

    You're right...I'll play with what I have now for a couple of days and I'll let you know! Thanks for all your help! Mina
  2. Minadude

    How do I create my own Order form??

    nice sample...this is the closest thing to what I'm trying to do here...I was actually trying to populate the combo boxes themselves...I guess it's simplier this way...just esthetically less effiecient on an order form.... is it possible to have those 2 combo boxes to search the products table...
  3. Minadude

    How do I create my own Order form??

    when I chose a stockNumber from the cbBox, it populates all the fields EXCEPT the Description. and vice-versa for the Description.... weird...any ideas? Thanks Mina
  4. Minadude

    How do I create my own Order form??

    Nice hearing again from you Zameer! I'll try it right now. don't go away! :) Mina
  5. Minadude

    How do I create my own Order form??

    What is the differance between Bound and Unbound? Also, if I may, what do youmean by original data? Do you mean the data already stored in the Table? I only need this for a lookup I already have a form that modifies and adds records into that specific table. To actually point out what I...
  6. Minadude

    How do I create my own Order form??

    BEAUTIFUL!!! Ok so far so good....now here is the tricky part...I need to know if there is a way to have another DLookUp combo box? example: in the Sample DB frmComboPopulateMethod4, if I want to modify the ID txtBox into a comboBox. Then I would like to keep the current DLookUP code as it...
  7. Minadude

    How do I create my own Order form??

    Ah! Thank you Zameer! I think I did NOT recieve the link the first time! :) I'm trying it right now...will let you know in a bit.. thx Mina
  8. Minadude

    How do I create my own Order form??

    I'm sorry but I don't know what yo mean by "Open" the sample....I know you mean "DLookUp("UnitPrice","Products","ProductID = " & [ProductID])" but how do I "Open" it? thx Mina
  9. Minadude

    How do I create my own Order form??

    I'm still a novice Access user, can you give more details about this DLookUp? Whre do I enter this statement? Do I have to modify any of my Forms? Tables? I believe I need to add an extra column in the Products table... Thanks Mina
  10. Minadude

    How do I create my own Order form??

    I don't understand this statement....what is it that I have to change in it to make it work with my DB? txtBoxDescription represents which txtBox...the one displaying what I chose FROM the comboBox?? I'm confused Zmr! :( sorry...take a look at this db from MS access templates...
  11. Minadude

    How do I create my own Order form??

    One more problem!!! :( How do I update the Combo Box I used to look for the product...basically...how do I interact with all the fields and update them as they change according to the selection made in ANY of them? Thanks! Mina
  12. Minadude

    How do I create my own Order form??

    I think I found it on my own! It's called populating a form from a combo box!!! :):):):) I just need to adapt that to my db....thank you for all your help!! Minadude
  13. Minadude

    How do I create my own Order form??

    Thanks I'll keep looking...but can youtell me what exactly am I looking for? what is the term that explains what I'm looking for to do with my combobox? Thanks.
  14. Minadude

    How do I create my own Order form??

    I don't even see the 3rd option....when I drag a new combo box from the pannel I get the wizard and there are only 2 options in the first step.... Is there a way you can send me a sample database I can just implement in my own? I'm really desperate...I've been resarching this matter for weeks...
  15. Minadude

    How do I create my own Order form??

    It's giving me an error massage saying that the database cannot find the macro.....I'm so confused! let me try to explain what I want again: I have the following: Table: Inventory Fields: ID(PK),ProductID,ProductDescription,SalePrice Table: Order Fields...
  16. Minadude

    How do I create my own Order form??

    Hello all! It's my first posting and I've been looking to get an answer to this problem for quite sime time. I have a database with MS Access 2003 that contains an inventory items table, a customer table, with all the forms and subforms....my only problem is that when I select on the order...

Part and Inventory Search

Back
Top