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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  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...
  15. malcprice

    How to create a search form?

    Thanks, I have two questions. 1) Where do I put the text box on the search form or results form? 2) Opening the results form what is the best way to do this is it ok to use the wizard and create a button or do I need to transfer the criteria which the user has entered in the text across...
  16. malcprice

    How to create a search form?

    Hi, I wish to create a search form with the following fields Company Subsidiary Application Customer Type Country I would ideally like the user to be able to enter criteria in one, some or all of the fields and then press a button and either view the results in a sub-form or in another form...
  17. malcprice

    Searching with Multiselect fields on a form

    I have a form with 4 multi select fields that I wish to allow user's to select and the results are displayed in a sub form, on the same Form. 1) How do I produce an unbound field which will show a lists the search criteria 2) How do you perform the search and display the results. Any help...
  18. malcprice

    How to auto fill fields when adding a new record?

    I have tried the first two ways with no joy. Do you have other suggestions? I have populated the form by creating a query with information from Company details and sales records. Then put a combo box on the form and binded it to the sales section. THis also has a field that holds the Company...
  19. malcprice

    How to auto fill fields when adding a new record?

    I guess this is easy..... but here goes I have two tables Company details and sales details they are related by a field called "companyid". What I would like to happen is when adding a new sales record in the sales form, You select the company from a combo box and the companyid...

Part and Inventory Search

Back
Top