Recent content by Falcon88

  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
Back
Top Bottom