Search results

  1. F

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to...

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to be appear on top in the row of Navigation form. plz see the thread for details.. I need your help. http://www.access-programmers.co.uk/...d.php?t=283176 foxtet
  2. F

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to...

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to be appear on top in the row of Navigation form. plz see the thread for details.. I need your help. http://www.access-programmers.co.uk/...d.php?t=283176 foxtet
  3. F

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to...

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to be appear on top in the row of Navigation form. plz see the thread for details.. I need your help. http://www.access-programmers.co.uk/...d.php?t=283176 foxtet
  4. F

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to...

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to be appear on top in the row of Navigation form. plz see the thread for details.. I need your help. http://www.access-programmers.co.uk/...d.php?t=283176 foxtet
  5. F

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to...

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to be appear on top in the row of Navigation form. plz see the thread for details.. I need your help. http://www.access-programmers.co.uk/...d.php?t=283176 foxtet
  6. F

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to...

    can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to be appear on top in the row of Navigation form. plz see the thread for details.. I need your help. http://www.access-programmers.co.uk/forums/showthread.php?t=283176 foxtet
  7. F

    Hi CJ can you provide me a solution on how the added record to AddNewCargo frm when the frm...

    Hi CJ can you provide me a solution on how the added record to AddNewCargo frm when the frm closes to be appear on top in the row of Navigation form. plz see the thread for details.. I need your help. foxtet
  8. F

    Added record not showing in navigation frm

    Why the added records does not reflect in sub form which is in navigation form any help is appreciated. foxtet
  9. F

    Added record not showing in navigation frm

    In the database I have problem in showing the added data to the form that is in navigation form. I have used the following code in the after update event of frmAddNew Private Sub Form_AfterUpdate() Dim lngSNO As Long Dim frm As Form Dim rs As DAO.Recordset If...
  10. F

    Operation is not supported for this type of object. (Error 3251)

    No error line is seen. just a message only. when add records to the form in Assessment notice tab this error occurs. Plz have look foxtet
  11. F

    Navigation form

    Hi guys! here attached is user login security module. this works well with main form. but when used is navigation form (access 2010-2013) it gives error. none of the forms can be added to navigation form Error: Microsoft access cannot find the reference form.. this utility can be very useful...
  12. F

    Operation is not supported for this type of object. (Error 3251)

    Private Sub Form_AfterUpdate() Dim lngSNO As Long Dim frm As Form Dim rs As DAO.Recordset If IsFormLoaded("frmCargoStatus") Then Set frm = Forms("frmCargoStatus")("tblCargoStatus subform").Form lngSNO = frm!Sno frm.Requery Set rs = frm.RecordsetClone...
  13. F

    Display Query result on a tab

    gives error on the text box #Error i want data to be displayed on the form in a tab control.
  14. F

    Display Query result on a tab

    Hi every one, How can I display query result on a form linked to tabl control page. How can I reference to that from a form embedded in a tab? Foxtet
  15. F

    Continuous form issue

    could you work out the attached db to achieve functionality.
  16. F

    Continuous form issue

    Hi Guys, Appreciating your help I would like to get assistance from you guys to work on the issue mentioned. In the project database attached I want; When double clicked MAWB# I want tabDeliveryAndBilling be visible and should display matching data to selected MAWB tabDeliveryAndBilling has...
  17. F

    CheckBox

    The logic works good but to me I want the check box on the subdorm which is in page1 to be clicked to execute the logic. The ckbox is in subform. foxtet
  18. F

    CheckBox

    I want page2 to be enabled or disabled when checked check box in the page1
  19. F

    CheckBox

    Hi Guys! I have a situation where I want when checkbox in a page1 is checked than enable page 2 in the tab control otherwise disable page2 foxtet
  20. F

    Add items to subform

    I have missed code on oncurrent event of frmInvoice. Its ok now. However I want consigneeID and ShipperID to be displayed automatically on frmInvoice instead of selecting by the user. It's really helpful if help on that. Thank you! foxtet
Back
Top Bottom