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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tekaccess

  1. tekaccess

    After update event combo shows previous record in subform

    Hi When i select a particular item, from my combo box (supplierid) if there is no record on the subform against that supplierid then subform shows the pervious record. I want to show some message if there is no record on the subform against a combo selection. Thanks
  2. tekaccess

    How to relate the master detailed form

    HI I want to select supplier id from combo and an invoice number against that supplier id. and I want to add all the product related to that invoice number on a subform. HOW CAN I LINK THE SUPPLIER COMBO WITH INVOICE COMBO AND INVOICE WITH SUBFORM. I have already create a master child...
  3. tekaccess

    put data from Combo box on sub form to text box

    Thanks Darrylle I mentioned that i am working on bound controls. If I select 1y,2y,3y from combo then other boud control should show the respected values from the table I have already stored the value in table under 1y,2y,3y I am using as Private Sub Plan_Type_AfterUpdate() If Me.Plan_Type =...
  4. tekaccess

    put data from Combo box on sub form to text box

    Hi to all I want to select an item from combo box (on a sub form) and put the coressponding value on on the bounded text box on the same subform (child form) against a given condition. on my sub form i have three objects: 1-combo 2-two bounded text boxes if i select one value from combo the...
  5. tekaccess

    Stuck in deep Help required

    Hi to all I have created a database just almost similler to northwind. every thing seems to be working fine. But at the end i could not reprint the invoice. Actually what i done is that i have created another table (tblhistory) and i append all the record which are moved from inventory ( i mean...
  6. tekaccess

    How to disable and enable the button when text value changed

    Hi TheAceMan1 You are the man, thanks its worked Can i use if or case stement formultiple check on date and other fields. such as compare date, checkbox and some other field. ------------------- Private Sub RMAReceive_BeforeUpdate(Cancel As Integer) If IsDate(Me!RMAReceive) Then...
  7. tekaccess

    How to disable and enable the button when text value changed

    Hi to all I want to make a some button disable on openform event and when during the entry process a user enter a date in date field after checking with the current date(less tahn current date) the disabled button suould be enabled. Any suggestion. I am trying onchage event: Private Sub...
  8. tekaccess

    One Cent Difference

    Thank you all.
  9. tekaccess

    One Cent Difference

    Hi to all I am getting something wrong calculation, When i add the three calculated values the answer is always one cent less. I do not know what is wrong. Waiting for detailed help. Thanks
  10. tekaccess

    Intersting situation with two tables

    Hi Remou Can you explain the after del confirm events. Yes i used append query. Thank you
  11. tekaccess

    Intersting situation with two tables

    Hi to all I have situation here I need help, if i add a recored in a (history table) sub form (master detail) that record should be deleted from the other table(inventory), and if i delete a record from subform (history)that should be added to other table (inventory). Any sugguestion?
  12. tekaccess

    Many to many relationship problem

    Now when i enter the invoice number and after that when i click in the subform(product) a error message comes up. "You cannot add or change record because a related required is required in table customers" My tables relationship is exactly like northwind now. Any Suggestion?
  13. tekaccess

    Many to many relationship problem

    Thank You Very much, Know I under stand the Northwind too. In northwind invoice=orders invoiceitems=orderdetail Once again thanks
  14. tekaccess

    Many to many relationship problem

    OK i am at inventory / stock end. Mean I have to enter the one invoice number against many items provided by the suppliers. If i build a master to child link (invoice to subform(product) the invoice number generated auto against many items. where as i need to enter the invoice number provided by...
  15. tekaccess

    Many to many relationship problem

    Thank U very Much lespaul I am doing the same thing with 1 :n relation, the only problem is that i cannot save many item under one invoice number. Here u said that capture invoice number from the text box, Please explain it little bit more, I think i am almost at the finishing line. Thank u...

Part and Inventory Search

Back
Top