Search results

  1. K

    serial number

    hi everybody iam stuck with a requirement let me explain... a customer has brought 10 water taps. each water tap has a unique serial number the serial number is alloted on a form with reference to the customer order number i generate a invoice based on the customer order number what...
  2. K

    user rights

    hi everybody I have come to a stage of deploying the database on several computers. the database has been split in to front and backend. the front end has been installed on all the comps and the tables been linked to the backend on the server. i have created user login ids for all front ends...
  3. K

    hide / view based on value

    hi paul that was bulls eye thank you krishnanhemanth
  4. K

    hide / view based on value

    hi everybody i have a customization needed on my report i have 4 textboxes 1> partname 2> partnumber 3> type of sales 4> product the "TYPE OF SALES" can be either "product sales" or "spares sales" if the "type of sales" value is "product sales" then i want the "partname" and the...
  5. K

    database on a network

    ho do i link the backend and the front end
  6. K

    database on a network

    hi everybody let me first thank everybody who have helped me in finishing my database. eventhough i have a lot of finetuning to be done, i have felt that its time now to start using it. my requirement is.... the back end of the database shall be on one system ( pc ) only. all the 5 users who...
  7. K

    permissions

    hi everybody i have asked a few questions about how to go ahead to secure the data wrt the person that is logging in andiam greatfull that they have been answerd i have done it in this way i have created a table .... usernames field are name password usertype usercode...
  8. K

    lock form

    thanks for the reply what i have done is ... i have made a table with user name and passwords stored in the table i have created a login form and have made this form the startup form. i need to grant permissions depending on the user that logs in please help hemanth
  9. K

    lock form

    hi everybody i have a db created in access 2007. i want to make it multiuser by splitting the db in to front end and back end. is it possible to set and grant permissions to users for editing or viewing or deleting depending on the user.. another area where iam stuck is ... I want the entire...
  10. K

    custom menu bar

    2007 i have managed to get a custom RIBBON ( ms help ). but how do i add menus
  11. K

    custom menu bar

    hi is it possible to put up a custom menu bar in my access database thanks in advance
  12. K

    startup form

    hi i have almost neared completing my database. i Heartfully thank every one on this forum who have helped me out. To complete the database, i need a startup form On the start up form i need to have combobox which will allow me to open different forms. for example.... combobox vendor if a...
  13. K

    multiple value

    sorry about the abbrevation dc number is DELIVERY CHALLAN NUMBER
  14. K

    multiple value

    hi i have a report which prints invoice based on dc numbers the issue is, i may have to invoice all dc numbers in one invoice the dc number and the dc date is on the report headder how can i make the dc number and dc date show all the numbers i know it can be done if i put the dc number in...
  15. K

    format

    hi i have a lot of calculated textboxes on my forms like quantity amount pending period etc.... i format the above in this fashion quantity---- i go to properties....format... and type....# "nos" it outputs this way....100 nos what i want is... if the quantity is 1...then format...
  16. K

    peculiar problem

    i have a form with a sub form both are linked using the field qtnno when i open a new record and then close the form without entering any data, it gives a message telling that "database engine could not find a record" when i press "esc" and close, the form closes without any error what could...
  17. K

    enable combobx

    objexts name are correct
  18. K

    Check for required field in Before Update event

    i used the above code and iam getting this error and this line is high lighted If ctl.Tag = "*" And Trim(ctl & "") = "" Then error 13 type mismatch
  19. K

    enable combobx

    thanks for the reply i get an error runtime error 424 object required its pointing at form current
  20. K

    enable combobx

    hi every body i have 2 comboxes on a bound form combobox2 is based on combobx1 i want the combox2 to be enabled only if combox1 has a value please help me hemanth
Back
Top Bottom