Recent content by djwasim

  1. djwasim

    DLookup Function with Query

    Please Help Me
  2. djwasim

    DLookup Function with Query

    hi every one i have some problem when i use Query in DLookup Function As a refrence instead of Table For Example i am using this..... =DLookUp("Item_Rate","Query","Party_ID =" & [Forms]![Transaction]![Party_ID] & "And Item_Colour = " & [Forms][Transaction]![Colour]),""") Here i want to...
  3. djwasim

    Show Report In an Unbound Object

    How to display a report in an unbound object, as we can show a form in an unbound objec.
  4. djwasim

    DLookup Function Problem

    hello the sample database you have sent me, is a really useful, but the problem is that when i use it as a continues form then the field named "empfather", "empstatus", " monsalary" and " department" is show the same data for every record. even it should have to show the data related to the...
  5. djwasim

    DLookup Function Problem

    thanx alot poppa smurf and all of you its really useful for me but i dont want to use this method of combo box. pleas anyone other help me? or any other method there?
  6. djwasim

    DLookup Function Problem

    hey Poppa Smurf thanks a lot to you but your data base sample is not opening can you send me again in zip file? then i will check it
  7. djwasim

    DLookup Function Problem

    again its not working :( plz use this formula yourself in db sample. and upload it i will b thankful to you :)
  8. djwasim

    DLookup Function Problem

    hey dude i think you have added an amount manually in salary field. but i want to update salary field automatically with the amount of "monsalary" by default. plz anyone other help me
  9. djwasim

    DLookup Function Problem

    i have used above mentioned code but get no benefit :mad: :( plzz help me anyone :(
  10. djwasim

    DLookup Function Problem

    now i use this formula in salary field default value property but i get no benefit =DLookUp("[monsalary]","Employee Salary Q","[token] = " & [Forms]![Employee Salary]![token]) again i attach the sample db
  11. djwasim

    DLookup Function Problem

    i have not use dlookup function properly befor. is there any other solution for this purpos?
  12. djwasim

    DLookup Function Problem

    hello i am working on a project in which i have a form named "employee" now i am facing a problem when i enter a token number in that form, the amount of monthly salary in a field named "monsalary" must b shown in the field named "salary" by default. for instance:- i am entering token number...
  13. djwasim

    Auto Resize Button Image

    i use (.ico) but the access software button is not accepting that format
  14. djwasim

    Auto Resize Button Image

    Hello I am using a command button in a form named "databutton" but their is a problem that the image.bmp is not fit to button size automatically. is it possible that the image size will be auto fit to button size?
  15. djwasim

    How to Set a default value

    Thanx dear but there is still a problem that if in period there is a number of chances to increase of decrease a salary amount. anyways leave it. can you tell me one thing more? that how can we set a field as a default value of another field for instance there are tow fields in a form...
Back
Top Bottom