Recent content by mike30x

  1. M

    Displaying reports

    I have a number of reports created using crystal which i would like others to be able to view the results of graphs mostly. What options do i have? most of them do not have access to crystal can i export to excel, access etc. Can i create a page that will contain live information. The idea...
  2. M

    Username & Password

    Thanks for that never would have thought of the stretch for the image. How should i insert this into the orginal code so that it is validated only by the correct username and password.
  3. M

    Username & Password

    The story is i enter a user name and password which then loads a .bmp created using a tablet pc (dont have the cash to have multiple tablets or smaller pads at the moment). So if michael comes along select his name then keys in his password his signature will appear on the form (like magic). I...
  4. M

    Username & Password

    I want to be able to allow people to sign (digitally) there work once they have entered all of the data. On the form i have added the text box for there name and password. Can anyone give me some basic code to start with I have already created a table tblEmployees which has EmpName and...
  5. M

    Tabs HELP!!!!!

    Thanks for the input Ken
  6. M

    Tabs HELP!!!!!

    I have generated a report but the same tab keeps showing (the first tab i created), just so you know i have hidden each tab in the form so it will only show when you select it from a combo box would this affect it.
  7. M

    Tabs HELP!!!!!

    I have created a form with multiple tabs i know wnat to be able to print reports but how do i go about transferring the infromation to the reports so that the correct tab is shown.
  8. M

    List box

    Does anyone have an example they could share for doing this ???????????:confused:
  9. M

    List box

    I am trying to lock a field "Operator" with a password so only a specific person can use there name on the form. What is the best way to go about doing this?
  10. M

    Search Window

    I have created a serach form and a query but i would like my results to show on the serch form i have created in a window below. How do i get the query results to show here ????:cool:
  11. M

    Multiple Reports

    I am using tab controls in a foms i have created which have various tick boxes and labels in each tab. I know want to be able to print a report of anyone of the devices the only problem is the tab control is not showing in the reports. I hav been using a piece of code to allow each of the...
  12. M

    DB security

    I knew that this would take a bit of programming but i thought it would have been used many times. If i dont use the BD security is there any other way to limit people access?
  13. M

    DB security

    It might be the way i have attached the two pieces of code from ian. Did you just attach the second piece of code under the other or how did you link them up? Also did you attach the code to the combo box to activate "on Click"?
  14. M

    DB security

    Actually got the first bit of code working its great. The piece of code below keeps getting a compile error any idea why. Also how do i add the password field. 'Public Const tcUsers As Integer = 1 Public Const tcReadOnly As Integer = 1 Public Const tcFullData As Integer = 2 Public Const...
  15. M

    DB security

    No joy with the code keep getting a compile error do you have a sample of the database with this code in use?
Back
Top Bottom