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 bkrike 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: *

  • Users: Tessadear
  • Content: Threads
  • Order by date
  1. Tessadear

    averaging numbers in linked tables using cal query

    how can I use the average function to average numbers from various linked tables in a custom calulated query field.Access allows me to add the numbers but if I needed to average those numbers how would I do that. eg.([table1]![number1]([table2]![number2]+[table3]![number3] I need to calculate...
  2. Tessadear

    using a blank value in a custom calulated query field

    I am using a custom calculated field in a query. the calculation adds an amount of money from each linked table. My problem is that the calculation (total) only displays if a value is entered as data in each table, if cell is left blank the calculation does not display. I need to make the...
  3. Tessadear

    code to allow user to select a printer when printing a report

    I need a user to click on a command button and print a report. My code sends the report directly to the default printer without allowing the user to select a printer. I need the user to get the dialog box which will allow him to select a printer, before printing. Here is my code Private Sub...
  4. Tessadear

    using the cursor to move down a row in a form

    In a database table I can use the cursor to move down from row to row in column lets say to enter amounts but in the form I find I can only move from one field to the other horizontally with the tab which is fine. But I also want to be able to move down a column in the form using the cursor key...
  5. Tessadear

    Making design changes in a shared database

    I have database that is shared. Sometimes I need to make design changes to the database but I access tells me that because I do not have exclusive use of the database I can't make design changes. If I try to open the database in exclusive mode it tells me I can't do tha because other users are...
  6. Tessadear

    Make database available on the internet

    I need to make my database available on the net so that users can input data in forms already created in access. Right now I can change the object name in the database to html and upload objects to my website but then the data is only read only. On some of my forms I need to have the users...
  7. Tessadear

    Freezing columns in a form view

    Freezing the columns in the datasheet view of the form did not seem to have any effect on the data in form view only in datasheet view. I need the field to be frozen in form view so that the user can scroll to the right and continuously see the frozen field. Is there a way I can achieve that...
  8. Tessadear

    force playsound code to play the full length of sound

    I used Audacity to record the sound, placed the code into a module and called the code from a command button. My problem is that when I click on the command button the sound plays but stops before the sound is finished. The sound file which is a wav file plays through to the end if I just...
  9. Tessadear

    formating calculated query field to 0 dec places

    I am using a calculated query field from access as a datasource field in a mail merge doc in ms word. the field shows up in datasheet query view in access as 0 decimal places ( I used fixed and O decimal places in the format property. But when the merge is done in ms word the field displays...
  10. Tessadear

    attaching sound to a command button on a form

    How can I attach a wav file (sound) to a command button on a form so that when the user click the button the sound plays.
  11. Tessadear

    adding a wav file to an access form

    I want to place a command button on a form and have the user click the button to play a wave file. Can anyone help me with code I would place in the click event to play a wav file
  12. Tessadear

    changing the length of default sound recording in XP

    I am trying to record using accessories sound recorder in XP...but it seems there is a preset lenth of 60 minutes because it records for 60 minutes and then stops. How can I get my recording to go on for as long as I would like it to.
  13. Tessadear

    slow internet connect using ISA Server 2004

    I have just installed ISA server 2004 on windows 2003 server. I previously used proxy server. Now all the internet connections are very slow, much slower that when I used the proxy. I am operating on a partial T1 line. Any ideas what the prob might be.
  14. Tessadear

    rpc server unavailabale

    I am connecting remotely to an xp client from server 2003. I am able to connect to the xp client and view everything else except disk management. when I try to use view disk management remotely from the server I am getting the message "unable to connect to the logical diskmanager service"...
  15. Tessadear

    Winnt/systems32/Drivers/ntfs.sys missing or corrupt

    When trying to startup my Nt Server I am getting an error message saying that the file Winnt/systems32/Drivers/ntfs.sys is missing or corrupt Press R to repair from the original setup CD. I renamed the ntfs.sys file to ntfsold.sys, got a copy of the ntfs.sys file from a next server and copied...

Part and Inventory Search

Back
Top