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

    Getting Invalid Null error

    Create an ADO Connection to connect to the sample database. Hi I am getting Invalid null error. Ihave many records in my table but still when i say drst.MoveLast i get this error. Pls let me know. set dconn = Server.CreateObject("ADODB.Connection") dconn.open "DSN=Metrics;uid=" &...
  2. axslearnr

    Save the Form values after submitted to server

    Hi I need some help.I will be very thankful to you if you can help me. This is my program stepwise. Pls someone help me. Note: Everytime I select an item from the combo box or select box I havea wrote function so it retuns the whole ReportTrainingType ASP page. with this function SubmitMe()...
  3. axslearnr

    retrieve the values from a text box on the same form

    Hi I need some help.I will be very thankful to you if you can help me. This is my program stepwise. I had some guys helping me but I didnt get reply from them again thats why i am posting again. I appreciate them. Pls someone help me. Note: Everytime I select an item from the combo box or...
  4. axslearnr

    Create an Number increment on the form

    Hi I have a employee table which has empid, empname, empcity etc. empid is an autonumber and starts from 1. I need an number field for empid in the table so I can start the numbers from 1001 and increment by 1. I need to display that field on a form where it should display the number...
  5. axslearnr

    Need to filter the records by date on a select box

    Hi I have a combo box where I select the item in it to populate a select box with the records of that type. When I click on the record in the select box it displays me the employee details like emp name, date trained of that particular item. I need t o add filter so where I can display only...
  6. axslearnr

    End program windows pops up

    Hi I have windows 2000 professional SP4 on my Dell laptop. Whenever I log off End program -Sample window pops up and aske me to End the program Now or cancel. How to get rid of that? please let me know thank you
  7. axslearnr

    How to update a date field using Update statement

    Hi I need to update a date field in a employee table using update statement. It doesnt update it. I dont even get any error in there. Please let me know. Last_Login is date field. I want to put todays date in there userName = session("Userid") set...
  8. axslearnr

    how to change MS Access mdw password using ASP code

    Hi I have ASP page where I have a form to change the password of the user. The back end is Access database and I dont have any tables for password information. I have a workgroup information file for the users. How to change the password of the access database using ASP form. pls let me...
  9. axslearnr

    Change access level password using ASP

    Hi I have ASP page where I have a form to change the password of the user. The back end is Access database and I dont have any tables for password information. I have a workgroup information file for the users. How to change the password of the access database using ASP form. pls let me...
  10. axslearnr

    Cascade update

    Hi I have two tables OOS and OOS_EXT. I jsut want to enter the data in the OOS table and fill the OOS_EXT table from the OOS table realted columns. After that I want to yse casecade update so that if i make any changes in the OOS table it should reflect in the OOS_EXT table. IF i make...
  11. axslearnr

    outlook free/busy feature

    hi i want to make my calendar as free/busy to publish on a network drive where i work. how to set up the outlook free/busy feature i get an error could not find the server name to publish it. how to save as vfb files or is it automaticaly saved
  12. axslearnr

    Run time error 2585 action cn be carried out processing a form

    Hi I am getting an error " Run-time error 2585 This action cant be carried out while processing a form or report event" I have a form where i run a report when i press the command button. i have written code when there is no data in the report. I get the error at on DoCmd.Close acReport...
  13. axslearnr

    workgroup information file

    Hi I have a Access 2000 database with workgroup information file. I need to create new users and groups.How to do that? I create a new work group file but there are no tables or objects of my database in that workgroup file. can anyone tell me how to create a new workgroup since the user...
  14. axslearnr

    Response.redirect method not working

    hi My page is not redirecting to Admin_Menu.asp using Response.Redirect method. it enters the security level = 1 but displays back the login page not the Admin_page. But the same thing is working on another computer. this same script works on another computer. my ASP and access mdb database...
  15. axslearnr

    Cant login from one system and can in another ASP

    Hi I have a problem with accessing ASP pages on the server. I have ASP as front end and Access as back end. We placed all the ASP pages and access database on the server. We also created DSN on the server and not on the client machine. I can login to the ASP pages from one system but when i...
  16. axslearnr

    No read permission on training table .

    Hi I have front end ASP and back end ms access. i get an error Microsoft OLE DB Provider for ODBC Drivers (0x80040E09)[Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on 'training_method'. /. i have checked the read permissions on the table. it has all...
  17. axslearnr

    Microsoft OLE DB Provider for ODBC Drivers (0x80040E09)

    Hi I have front end ASP and back end ms access. i get an error Microsoft OLE DB Provider for ODBC Drivers (0x80040E09)[Microsoft][ODBC Microsoft Access Driver] Record(s) cannot be read; no read permission on 'training_method'. /. i have checked the read permissions on the table. it has all...
  18. axslearnr

    converted from 97 t0 2000 you do not have exclusive permissions error

    hi i converted access 97 database to access 2000. i am the owner of databse. i have a workgroup information file where i have users and groups in there. after i converted to access 2000 i cant open database if some user opens it at the same time . it says "You do not have exclusive permission...
  19. axslearnr

    Between And operator doesnt work in VBA code for date

    i have a form where i have four date text boxes where i want to pull a report between those dates. my report doesnt pull anything i mean blank report. does it recognize between and and operator? whats wrong in my syntax in where condition. psl let me know thank you stDocName =...
  20. axslearnr

    deleting the selected value in combobox

    Hi I have three comboboxes which have different values and one command button.i select the item from one of the combobox and press command button to open its correspodning report. but when i come back the item is still selected in the combobox and if i select other item in the second...

Part and Inventory Search

Back
Top