Search results

  1. D

    asks user name

    i need to put a input box, which asks for name and then stores in a table field and print it in a report, thanks in advance
  2. D

    check for duplicate record

    if a user enter a value in a field, can we check that this value already exists in database and if yes then msg that this value already exists and empty the field for new entry and ask wether you want to see it and if yes takes you to the previous record. thnaks
  3. D

    value, if already exists

    if a user enter a value in a field, can we check that this value already exists in database and if yes then msg that this value already exists and ask wether you want to see it and if yes takes you to the previous record. thanks
  4. D

    urgent help for a problem

    i have a form to browse through all my data base, due to some unknown reason i can't edit or change any data. i have checked the locked property of each field to no, but still can't modify. any suggestions
  5. D

    change forcolor on mouse over

    how to change fore color of a button on mouse over
  6. D

    disable/enable button

    i have a button on my form which opens another form and takes you to a particluar record, depending on criteria. can i diable it if certain value in a textbox is null. in not null then it should be enabled.
  7. D

    between two dates

    i want to build a search form to find all records between two dates, e.g between jan-march, etc. can someone plz show me in details steps thanks
  8. D

    urgent help needed for two things

    can some one plz help me with following two problems 1) how to eliminate blank spaces. e.g if i have a name field of 20 characters, and name is only 10 characters long, how to elimnate extra 10 spaces when report is printed, or can we put "*" in remaining fields 2) it is actually same with above...
  9. D

    color pagetabs

    is there a way to color page tabls, i have tried to set it to transparent to show background color, but the tab controls remain grey. ??????
  10. D

    disable button for a particular record

    i have a print button which prints a record. i want to disable it after the record is printed once. so that when user see the record again he know he cannot print it again, because it has been printed already. but the button should be enabled for the other not printed records. thanks
  11. D

    fill empty field with *

    suppose i have a "Address" field of 70 characters. if i enter only 50 characters. is it possible to fill the rest of 20 with "*" atuomatically when report is generated.
  12. D

    a little problem

    i need adding a click event on my search form, which displays a list of names. if i click on any name it will open the main form of that particular names, and also diables certain buttons on the main form. these buttons should be enabled when i go to main form directly but only disabled when i...
  13. D

    selected record navigation

    i have formA which displays all the data and i can move forward and backward by navigation buttons. can i build a formB which displays all the data and you can move forward and backwards like previous one, but this time navigation will depend on a paritcular value in one of text field, if that...
  14. D

    really stuck

    i am trying to print a report from a form by pressing the button so that only report of the current record is printed. i am using this on click event DoCmd.OpenReport "MyReport", acViewNormal,,"[fname]=" & Me![fname] but when i press the button it asks to enter parameter value which i have no...
  15. D

    two tables

    can i base a report on two tables
  16. D

    disable some buttons

    i have put some command buttons on my mainform, what i want to do is that when i open mainform directley all should be enabled, but when i come to mainform through another open form, certain buttons should be disabled. help plz
  17. D

    change color

    how to change color of buttons and page tabs as buttons
  18. D

    bookmark, not yet clear

    i have this question before, but i am not clear about it. i have a searchform which displays just the list of names after certain search. what i want to do is when we double click on any of the names, it opens the mainform, which have all the details of the record and then after viewing i can go...
  19. D

    find record according to date

    i want to search record in a specific period of time, i.e from one date to another date. by entering the two dates in two text boxes.
  20. D

    on top of other form

    if you open a form and maximize it (DoCmd.Maximize). how can you display another small form, not maxmized on top of first one
Back
Top Bottom