Search results

  1. A

    report of Filtered records

    thanks for your reply, but I have other problem. I have to use Sort & Filter tab on the each column of record. please reply how can I generate report of that records.
  2. A

    report of Filtered records

    I have an issue about report, I have a tabular form and i want to take report those records which is filtered in this form. may be its simple but to much important for me.. Friends reply pls.....
  3. A

    Dear missinglinq , If you get a chance, please check out my profile, and tell me what you...

    Dear missinglinq , If you get a chance, please check out my profile, and tell me what you think. Future friend's forever, saeed
  4. A

    Dear Banana, If you get a chance, please check out my profile, and tell me what you think. BR Asad

    Dear Banana, If you get a chance, please check out my profile, and tell me what you think. BR Asad
  5. A

    Button to stamp users details based on windows username

    how can i "call the function fOSUserName."???
  6. A

    Button to stamp users details based on windows username

    I road it completely but not understand, my problem is quit similar but I could not achieve the goal. I want to just put windows login ID / Windows user name to my table’s field automatically, like date stamp. Your answer is highly appreciated.
  7. A

    Combo Box + Forms

    Ther is a error 3464 format of [Numberingscheme] is number if I change it to text then its working. But i have to use it as a number This is a code Private Sub Combo8_AfterUpdate() Me.RecordsetClone.FindFirst "[Numberingscheme] = '" & Me![Combo8] & "'" Me.Bookmark =...
  8. A

    SetValue

    I Want To set Value of any Qurey in a form Filed . Is there any SetVlaue syntex or VB Code. Pls help me urgent
  9. A

    Question SetValue

    same my problem
  10. A

    Combo Box + Forms

    RUN TIME ERROR "3464" Date type mismatch in criteria expression Private Sub Combo_AfterUpdate() 'Move to the record selected in the control Me.RecordsetClone.FindFirst "[FIELD] = " & Me![combo] Me.Bookmark = Me.RecordsetClone.Bookmark kindly solve..
  11. A

    Numbering scheme

    There is confusion. Your code work fine but I want to add offset value in new record i.e. ID | A Filed 1 | 2 2 | 8 3 | 10 Now I give offset value 2 so the next record shall be in A field 4 | 12 And every time I press button it will make new record with...
  12. A

    can u help me??

    can u help me??
  13. A

    Retrieving windows XP admin password

    send file pls
  14. A

    Numbering scheme

    I am designing numbering scheme, where I’ve a problem There is a form in which has Field A (numeric), I want to add new (Generate new ) value by pressing button with define offset value. i.e. Field A 1 5 10 12 Now I want to add new number with 3 offset So the next record should be 15...
Back
Top Bottom