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

    any suggestions plz
  4. 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
  5. D

    urgent help for a problem

    thanks and i thought it would be a big problem , so............
  6. 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
  7. D

    change forcolor on mouse over

    how to change fore color of a button on mouse over
  8. 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.
  9. D

    urgent help needed for two things

    some how i can't get it right. plz tell me steps in details, where exactly to put the code, in form, or report.
  10. 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
  11. 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...
  12. D

    fill empty field with *

    sorry didn't get it. where to put the code
  13. D

    selected record navigation

    thanks works perfectly fine when one i run the formB directly but when i click command button on formA it gives error "can't find '¦' referred in your expression" any suggestions
  14. 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. ??????
  15. D

    disable button for a particular record

    can u help me with that, i have an idea, if we want to print it again, can we add "duplicate" on the report. help me with the steps thanks
  16. 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
  17. 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.
  18. D

    selected record navigation

    but mlcno is a sort of alphanumeric. can u give bit more details, how to use this query in a form. example will be appreciated. thanks
  19. D

    a little problem

    thanks, with few modifications, it works perfectly fine.
  20. D

    a little problem

    my search is based on a query, should i use the name of query in criteria or something else, plz explain
Back
Top Bottom