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

    Run time error 3709

    Hi All, I am getting this error message "Run time error 3709" ----Requested operation requires an OLE DB session Object which is not supported by the current provider." The code stops at the execution of the query which will write the record to the table. any inputs will be appreciated...
  2. infoscion

    add records to a listbox on a new form

    Hi All: I am working on a way to display results of a search. The user enters the search criteria in the form named form1. Depending upon the entry made often dictated by the location of the wild card charcter a set of different SQL statements are executed. I was wondering as to how do I...
  3. infoscion

    create text boxes on a fly

    Hi All: I am attempting to implement a search application. Depending upon the number of records pulled up by the SQL query I would like to create corresponding number of text boxes on a new form. Please advise me as to how do I achieve this? Thanks Info
  4. infoscion

    display query results

    Hi All: I am in the process of developing a very simple search application. However, I have run into a few road blocks. Firstly, I was wondering as to how to include wild card characters to search for records. I know I can achieve that by using the LIKE criteria of SQL. Secondly, more...
  5. infoscion

    Special access usage

    Hi All: I am working on an Access form. The form has multiple text boxes. At the bottom of the from is a add button that transfers the data onto a underlying table. I want the contents of each of the text boxes to be appended to the underlying table as a separate record at the click of the add...
  6. infoscion

    consitional formatting of time

    Hello: I am trying to format a text box. Incase the time is bigger than a certain window (7:00 AM-5:00 PM), I want it to be indicated in some different color. How do I accomplish this using the conditional formatting made available in Access2k? Suggestions and ideas are solicited. Regards, Info
  7. infoscion

    how to create multiple instances of form depending on selection made

    Hi: I am working on a database to enter customer data. In my previous thread I had asked for information about ways to transfer information from one form to another. I did manage to figure it out. I was wondering as to whether there is a way by which I can have multiple instances of the same...
  8. infoscion

    How to transfer values from one form to another as I select a value

    Hi: I am working on a form where the user needs to enter some preliminary customer information(like customer_ID and customer_name). After the information has been stored, as the user selects the Id, another form pops up that serves as an interface to enter more detailed information about the...
  9. infoscion

    issues with linked table

    Hi All: I had created a linked table. I have deleted the table to which the original table was linked. I was wondering as to whether there is a way to retrieve the data . The error message that pops up says that the table does not exist. Inputs are greatly appreciated. Regards, Info
  10. infoscion

    how to control display colors depending upon the output variable

    Hi: I am working on a score card development project. I need to have some way to have an indicator pictorially when the measured metric is withing a certain range. Does MS Access have the capability to handle such a thing on a dynamic basis or are there other platforms that can handle such an...
  11. infoscion

    hide pop-ups that seek permission

    Hi All: I am trying to create reports from access tables. These reports are tied with queries that pull data from the tables and spool it to another table. Everytime a report is run it seeks permission that it will append the data to the table and whether it is OK. I want to hide/get rid of this...
  12. infoscion

    change values in a recordset and assign it to a text box on a form

    Hi All: I have having issues with changing values ina recordset and assigning it to a text box. The error message that comes up "object required". basically the Recordset pulls up an ID as a number but before i display it on a form I want to it be more meaningful such that the number can be...
  13. infoscion

    Directly goto the switchboard on opening database

    Hi All: I was wondering as to whether there was a method by which on clicking the database the switchboard would pop up without having to go through the menu list that houses tables, queries, forms, reports, macros and all that. Ideas are solicited. Regards, Info
  14. infoscion

    VBA UPDATE SQL-error data mismatch

    Hi All: I am getting a data mismatch error when I execute a Update statement through the Command Execute functionality in VBA. Is there a link between the field data type in the table and the string that is being inserted into the table. Advice is kindly solicited. Regards, Info
  15. infoscion

    object required error

    Hi All: I have been working with access and I am trying to import fields onto a form from table depending upon a search criteria. I do not hve a lot of expereince with VBA. I am getting the error "object required". Please tell me as to why I am getting this error. Regards, Info
  16. infoscion

    use recordset to get data from a table and populate a form

    Hello: I am writing VBA code to populate the controls on a form including list boxes, text boxes through the execution of code. However, I am running into a few issues. I have a search page and once the user enters the ID, a form needs to be loaded that immediately opens the underlying...
  17. infoscion

    error with ms 2003

    Hi All: I have developed a database application on Access 2002 and it works fine on 2002. However, when I open the same database on Access 2003 there is an error. The error goes asfolows: Your Microsof Access Database or Project contains a missing or broken referecne to the file 'MSOWC.DLL'...
  18. infoscion

    validate text boxes in a form

    Hi: I am working on a data enrty from. The form includes text boxes and command buttons. After entering the data when the user clicks the "add records" command button the records are added to the underlying table. This is achived through the the execution of the "command" statement. I was...
  19. infoscion

    Challenged with INSERT record into table using VBA in Access

    Hi All: I have been working on a project to track customer behavior. Once the data is entered into a form it is supposed to be tranferred onto a adtabase through the click of a button. I have developed the code to a good extent. The code does get compiled but gives a run time error and I have...

Part and Inventory Search

Back
Top