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: Dherrera
  • Content: Threads
  • Order by date
  1. Dherrera

    Running javascript function from a link in an asp.net calender

    Can someone please shed some light on this for me, I have tried using RegisterStartupScript and I cant get it to work. The purpose of this is that the calendar is displaying info from a db and when a link on the calendar is clicked it will open a popup window displaying that info. Thanks...
  2. Dherrera

    Instant Messenger Problem

    We've got a win 2000 server with xp pro clients. we have set up the instant messenger server on the 2000 server and for some reason only a few are able to log on to the service. a lot of users are getting the error message stating that their password is incorrect or their username doesnt...
  3. Dherrera

    Need ADO help.

    Can someone help me convert the following code to ADO. Im moving my database to sql server. 'This procedure generates the Expense ID with the last two digits of the current year 'and increments each time. The year counter does roll over at the end of the year. Private Sub...
  4. Dherrera

    setting printer

    does the "Set printer" procedure not work in office 2k3? i have this procedure coded that will set the printer to network printer and it worked fine in 2k2 but when i upgraded it stopped working. what gives? here is the code in question Dim tempPrinter As Printer Set tempPrinter =...
  5. Dherrera

    User profile is not loading or saving to the server. Please Help.

    We have a mulituser environment running xp pro and the server running server 2000. the user's profile status will not switch to roaming even after i changed it manually. i tried deleting the user's profile from the local machine but that didnt work either. has anyone had this problem before?
  6. Dherrera

    Need to stop form from auto-saving records.

    there are 3 forms and 1 table involved here. the first form (frmExpSnapShot) has a button to open the second form (frmViewNotes) and the second form has a button to open the third form (frmEnterNotes). the table (tblNotes) contains the notes and has a autonumber ID for each different note...
  7. Dherrera

    No Current Record - What does this mean?

    I have a main form with a subform in it. When the main form is opened it generates an expense id number. the subform contains the expense information for that id number. the subform has its own table that is connected to the mainform's table via the expense id. the subform can have multiple...
  8. Dherrera

    Profile status is stuck on "Local"

    one of my user's profile will not change to roaming. ive tried changing the profile type in the user settings but that didnt work. as a result of this the profile is not updating on the server. i tried deleting the profile folder from the server to check if it would create a new profile folder...
  9. Dherrera

    Trouble setting up a Linksys PPSX1 printserver on the network.

    Can someone help me out here. I tried adding a printserver to one of our sites but it is not going as smoothly as i anticipated. for some strange reason it is not pulling the correct IP address or Subnet Mask and Gateway address. Ive tried resting the device a million times but it will not...
  10. Dherrera

    Selected listbox items to query

    can someone help me with this. i have values in a multi-select listbox and i want to send the values selected by the user to a query. whats the best way to do this?
  11. Dherrera

    Displaying number of records in a table on a button.

    i want to display the number of records in a table on a button. the reason for this is that the button will take the user to a notes form and i want the button to let them know if there are any records in the table. but it must show only the total number for the record that it corresponds to...
  12. Dherrera

    Sql Queries vs. Access Queries

    Will my program run faster if i use one or the other?
  13. Dherrera

    Roaming profile will not load on to users computer!

    only one user is having this problem. they are running xp pro and as far as i can see all settings are correct. does anyone have any ideas why the profile won't load?
  14. Dherrera

    Creating Reports

    I want to create a form that will allow the user to create reports on different things. For instance, there are several radio buttons at the top. One will say "By Employee", when that radio button is selected it will show all employees in a listbox. The user will select an employee from the...
  15. Dherrera

    Emailing from access

    i am currently emailing a form in HTML format when the user clicks a button using the Docmd.SendObject function. the problem i am having is the format of the cell headings on the email attacthment. i want to exclude some of them and instead of using the field name (ex. txtTotalExpenses) i want...
  16. Dherrera

    Displaying query results in a text box. How do you do this?

    i cant get the results of a query to display in a text box. the query only has one record and one field in it but it wont display. ive tried setting the default value of the textbox to value of the query but the txtbox shows #NAME! in it. ive tried "ME.txtCULevel= qryUserLevel.userLevel" but...
  17. Dherrera

    User restrictions. Please Help

    ive got a form that has a combo box with all employees on it. selecting a name fills in all fields such as address, city, etc, as well all that employees reports in a subform. each employee has a user level, 1 - 4, with 1 being the top and 4 the bottom. what i want to do is when ever a...
  18. Dherrera

    Table relations. Is this overkill?

    i was wondering if it too much to set up tables as follows. ive currently got an employees table with all employees listed on it. would it be a good idea to have each different level of employee on a different table. for example, employees would have their own table, their managers would be...
  19. Dherrera

    Keeping a text field info after Add New button is clicked.

    I have a form, "frmEmpExpenses",that allows users to enter expense report information one day at a time. When the form is initially opened an ExpenseID is generated and is stored in field "txtExpenseID". After the user has entered all info they are to click on the "Save" button which saves the...
  20. Dherrera

    Cant do a Print Preview in an .mde file?

    why doesnt the print preview feature work in an mde file? is there a way to be able to do a print preview in an mde file? thanks

Part and Inventory Search

Back
Top