Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by malcprice

  1. malcprice

    lever anticlockwise rotation

    I am trying to get the browser to move the levers which in turn moves a constant laser beam. The two levers control the beams position if you move the top beam it moves left to right, and the side beam controls the horizontal movement. I only want the beam and the levers to be moved to the...
  2. malcprice

    lever anticlockwise rotation

    Ok which is the best way to achieve this? by keyframes? also tried the negative number with _rotation at it works but how do I get the lever to move up and down to the points I stated above; script used _root.onEnterFrame = function() { verticallever._rotation += 3.5; }; If this is not...
  3. malcprice

    lever anticlockwise rotation

    I need to rotate / move a lever to four points with the lever totating. The start point is at 3 o'clock I then want to rotate it to 4'oclock and then from 4 to 2 o clock and then back to 3 0clock. Is this possible? I have got this to work firstly with _rotation from rotating from 3 to 4...
  4. malcprice

    Open a report from a combo box

    What options do I enter into the combo boxes? the report names or something else many thanks
  5. malcprice

    Open a report from a combo box

    I wish to open a report from a combo box. The combo box will list a numve of reports which the user can select. How is this possible and what kind of code/macro would I need to use to complete this Many thanks
  6. malcprice

    How to use DateCreated and LastUpdated?

    I now have a problem when the date is changed in the LastModified field. Once you change something and then try and go on to another record the database seizes up and states that you are at the end of the recordset - yet the number of records in the database is 3000+ What do you do to fix...
  7. malcprice

    How to use DateCreated and LastUpdated?

    Ok the creation date works but the Change date does not work. It returns an error of "method or data member not found" What should I do? Many thanks Malc
  8. malcprice

    How to use DateCreated and LastUpdated?

    So how do you set this up? What & where do I place the code for this to work? Many thanks Malc
  9. malcprice

    How to use DateCreated and LastUpdated?

    Is it the same for Access 97?
  10. malcprice

    How to use DateCreated and LastUpdated?

    Hi, I wish to add two fields to show when the record was created and the other to show when the record was last updated. I am sure this is fairly simple. Can any one help!! Many thanks Malc
  11. malcprice

    How to show different data sets dependant on the users password

    OK, thanks, There will be about 10 groups with 2 users to each group. So about 20 USERNAMES As for Superusers there would be 1 group of 3 users which would need access to all records. With this could I allow a user to view all reports? Any code would be appreciated but even more help would...
  12. malcprice

    How to show different data sets dependant on the users password

    I wish to only show a records which apply to them. My company has a number of subsidiaries but we only want them to view/edit their own records in the predefined forms. Also the reports which have already been made they can also all view. How can you achieve this? I was thinking of...
  13. malcprice

    Switchboard help

    I have a switchboard and a Reports Form which acts as menus put when a user opens a form or report the Switchboard remains at the front of screen and the report or form opens behind it. How do you over come this? Many thanks Malc
  14. malcprice

    How to create a search form?

    OK I am a 97 user, I have tried your code Ken and this is what happens, Runtime error The microsoft jet engine control can not find the input table or query "Machine Services Inc" Make sure it exists and spelt correclty. Here is the open form code I am using is this ok? Private...

Part and Inventory Search

Back
Top