Search results

  1. F

    accidental shut off my machine lead to erro

    I do all these steps correctly But don't fixed I suspect there's an error in Windows. Could you please recommend a free program that can maintain Windows or fix errors that might be related to my problem?
  2. F

    accidental shut off my machine lead to erro

    hi all dears i have words on my db , suddenly electric cut off . i restarts my pc , put i can't open any database . it gives msgs related to language problem then ... Duplicte Defnition any help please
  3. F

    Default value of three connected comboboxes

    Are you meant If me.newrecord then Me.cboCompanyNo.Requery Me.cboBranchNo.Requery End if I really put dlookup as expression in the default value property
  4. F

    Default value of three connected comboboxes

    Hi to all I have an access db , MainFrm based on OrderTbl : OrderID (PK) OrderDate cboCompanyNo (fk) cboBranchNo (fk) cboEmploeeNo (fk) Other fields ... The property of default value for the : cboCompanyNo = Dlookup(D_CompanyNo;Dflt_TBL) And cboBranchNo= Dlookup(D_BranchNo;Dflt_TBL)...
  5. F

    Open multiple instances of subform

    Good this works good if there multi subforms uses multiple rowsources . But i use same subform with multiple tabs with same rowsource but filterd
  6. F

    Open multiple instances of subform

    THANKS FOR ALL CAN I GET THE SUM OF SOME COLOMUNS ON THAT SUBFORMS TO A TEXT BOX ON THE MAINFORM AND WHY ?
  7. F

    Solved Age calculatoion Function

    I search for a function to return the age and find http://allenbrowne.com/func-08.html But i want years with months If less than year returned months only ???
  8. F

    Open multiple instances of subform

    Really the record source is a query with one condition related to the page index no And there a combobox on that subform filtered by the page index no
  9. F

    Open multiple instances of subform

    Can you give me a sample ?
  10. F

    Open multiple instances of subform

    Hii all dears I have an Access database with a main form that contains 9 subforms. I created 9 tabs, each containing one subform, and each subform uses a parameter based on the tab it is located on. All the subforms have the same record source and design, but they differ only by a single...
  11. F

    This database was created with the 32-bit version of Microsoft Access. Please open it with the 32-bit version of Microsoft Access.

    Hi all dears I have a db with extension mde . That was open normally by access 2007 , now i use access 2016 but gives Msg ( This database was created with the 32-bit version of Microsoft Access. Please open it with the 32-bit version of Microsoft Access.) I haven't machine with 2007 HOw to...
  12. F

    Please help me to change db

    Ok . Thanks for all you It worked
  13. F

    Please help me to change db

    Ok it's opened normally but the code gives error: Ambiguous name detected:MyUser
  14. F

    Please help me to change db

    Mbd
  15. F

    Please help me to change db

    Hi all dears I have a db , that was previously opened by access 2007 I have now access 2016 , that couldn't open by. Please help me to change to open by access 2016 . See to the attached files
  16. F

    Separating field data with special criteria

    Hello everyone I have a field to store the insurance card number according to the companies. Each insurance company has a special pattern in numbering its subscribers' cards as follows: 1. Company A Yyy*xxxxxxxx Yy*xxxxxxxxx Y*xxxxxxx 2. Company B Xxxxxxx*y Xxxxxxx*yyy Xxxxxxxx*yyy 3...
  17. F

    The code in this project must be updated for use on 64-bit systems.

    I do as in this replay https://www.access-programmers.co.uk/forums/threads/microsoft-visual-basic-for-applications-compile-error-the-code-in-this-project-must-be-updated-for-use-on-64-bit-systems.328301/post-1884030 But the code do not work still gives me error U can download...
  18. F

    The code in this project must be updated for use on 64-bit systems.

    Hi all dears Please help me to run this app. On my machine 64bit system I need it necessarily.
Back
Top Bottom