Search results

  1. E

    Error if filter doesn't match

    I have a login form that has : "txtUsername" "txtPassword" It linked to table:"tblUsers" that contain a filed "UserName" I set a form filter to filter the "UserName" like "txtUsername" Everything works fine if the typed username already exists in "tblUsers" but if the typed username doesn't...
  2. E

    Form direction

    I made my database to run into 2 languages (English - Left to Right) and (Arabic - Right to left) Access only assigns one direction by default. What I want is to shift the direction of the form from LTR to RTL by VBA . How can this be done?????
  3. E

    Open Form problem

    I have two forms - frmVList with ID (from tblV - Table) -frmVDetails (with ID as "tblV.ID) as tblV is the table name that contains the ID. (That is because i made a query between some tables in the control source of [frmVDetails] I want to click ID in [frmVList] to open [frmVDetails] where ID =...
  4. E

    Filter subform from another subform (within a navigation form of a main form)

    I have an unbounded Form Called [frmTestsMain] which includes 3 subforms: [frmTestsList] [frmTMGroupList] [frmTSGroupList] [frmTMGroup] has a filed "TMGroup", [frmTSGroup] has a filed called "TSGroup" and another lookup filed "TMGroup" linked to [frmTMGroup].TMGroup. [frmTestsList]...
  5. E

    Access Desktop Service Template Macro problem

    Dear All I downloaded Access Desktop Service Template and made some additions and adjustments to it as follow: - I added Receiving Notes forms and tables with the same criteria as Quotes. - I modified some module parameters that I coped from table "Quotes" by changing the word "Quote" to "Rcv"...
Back
Top Bottom