Search results

  1. F

    Cannot save as ACCDE

    Hi Experts! I could not save database as ACCDE file its gives the following error. I created database in access 2010. Dont know what went wrong. This error is usually associated with compiling a large database into an MDE file.* Because of the method used to compile the database, a considerable...
  2. F

    protect FE objects

    Dear Guys! I have split database, How can I protect Front End database objects from users foxtet
  3. F

    Hide text fields in subform

    InvNo is not saving in tabInvDetails hence when opened related details not display in sub form. foxtet
  4. F

    Hide text fields in subform

    Hi Every one. I have a tab control TabCtl49 on frmCargo Master.On the TabCtl49 there is a sub form frmInvDetails. This form display as a data sheet. I want hide ID and InvNo field from this sub form. Even if we hide those fields it should save in tabInvDetails table. I tried different methods...
  5. F

    sub form

    It is really helpful. Thank you for convenient solution. foxtet
  6. F

    sub form

    not going well, could you worked out the attached file for a solution? foxtet
  7. F

    Auto fill in tab

    Thank you, How can we save those two records in tblInvoice. When I put the following [Forms]![frmUnBilledEntries]![txtHiddenConsignee] as default value of txtConsigneeId text and its control source to consigneeID of underlying table the text box show blank. If any solution please share foxtet
  8. F

    Auto fill in tab

    When ShipperID is selected from pageDelivery to appear that record refresh button need to clicked.how can this be achieved by re querying. foxtet
  9. F

    Auto fill in tab

    I want those data to be saved in tblInvoice.
  10. F

    Auto fill in tab

    Dear Guys, I have problem in auto fill in tab. In the attached database On the update delivery and invoicing form is placed a tab control which has two pages. 1) pageDelivery 2) PageBilling in PageBilling I want automatically fill in consignee and shipper names. foxtet
  11. F

    sub form

    Can any one here get me a solution for this thread. foxtet
  12. F

    Add to Combo Box

    Thank you! It saved me a lot in my project foxtet
  13. F

    Add to Combo Box

    Want add items not in combo list.
  14. F

    Add to Combo Box

    Dear Friends, I have used the following codes in FlightID combo box double click event. after adding the record to Floght form save, and close the added record is not available in FlightID combo box drop items. Private Sub FlightID_DblClick(Cancel As Integer) Dim rs As DAO.Recordset Dim...
  15. F

    sub form

    Dear friends, I want when save button is clicked the sub form below gets populate the added record. If any ideas please share. foxtet
  16. F

    List box to

    Thank you. cboCountry is not used. I have used a list box and text box only text box is for search. lstCountry list box is for search result lstAirports list box is for airports of the clicked country in lstCountry I also want add airports to lstAirport is desired airport is not available...
  17. F

    Not showing combo drop down

    I have used the following codes in shipperID combo box double click event. after adding the record to shipper form save, and close the added record is not available in shipperID combo box drop items. Private Sub ShipperID_DblClick(Cancel As Integer) Dim rs As DAO.Recordset Dim strWhere As...
  18. F

    List box to

    Hi every one I want list box clicked country to display it airports in the given list box and add airports to to that list for the selected country. foxtet
  19. F

    Added record not showing in navigation frm

    It's really a great help. You have excellent solution skills Thank you! foxtet
  20. 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
Back
Top Bottom