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

Recent content by ruru9292

  1. ruru9292

    Select records based on Multi Entries

    This statement works and generate my new table. thanks a million for all who help out.
  2. ruru9292

    Select records based on Multi Entries

    I did change it to command below and still not making new table. again if I open my query and run it it generates this table with no problem. db.Execute strSQL
  3. ruru9292

    Select records based on Multi Entries

    Okay Here the actual code and debug result for two entries only on the form. Private Sub Command3_Click() Dim cn As DAO.Database Dim rs As DAO.Recordset, tst As DAO.Recordset Dim StCr, Crt As String Dim strSQL As String Set db = CurrentDb Set rs =...
  4. ruru9292

    Select records based on Multi Entries

    I am using the method above because I tried to use this statement below and did not work. every time I add it on my query criteria line it automatically changes the 0 to "0". I welcome any other method that will do multi selection. WHERE Instr(";" & [Forms]![myform]![UserEntry] & ";", ";" &...
  5. ruru9292

    Unable to delete large number of records.

    I tested the query on another computer and it works fine. it seems there is some issues with the memory size on the first computer. Thanks
  6. ruru9292

    Select records based on Multi Entries

    Hello, I am trying to pull mutiple order from MyTbl and make new table Called NewTbl based on entries a user can type on a continious form. This form is bound to table called MySelectTbl. The user types on each row one order #. I am using the code below to read all the entries the user enter...
  7. ruru9292

    Unable to delete large number of records.

    Hello, Any one can tell me why I can not delete more than about 100 records at one time? Requirements: I have two databases one is the current and other is archive. I want to select old records from the first DB and dump them in the second DB. So first I am running a query that appends all...
  8. ruru9292

    Select records based on Multi Entries

    Hello, I am trying to run a query that pull all the records base on an entry a user make on a form. for example. Consider selecting all records where multi OrderNo entered by the user on a form seperating them by ; . I am using the select statement below but getting no result. if I enter one...
  9. ruru9292

    Open Crystal Report From MicroSoft Access

    Thank you Vidru, that link helps.
  10. ruru9292

    Run Crystal Report

    Thank you PHV. I was able to open the report, but in a design view. Is there a way to let it run once I pass this command Application.FollowHyperlink "\path\to\report.rpt? Thanks again.
  11. ruru9292

    Open Crystal Report From MicroSoft Access

    Hello, Is there a way to run crystal report by clicking a button on microsfot access form? Please advice Thank you.
  12. ruru9292

    Run Crystal Report

    Hello, I am trying to run a crystal report from the code. is there a simple way to do that? thank you in advance.
  13. ruru9292

    ComboBox skip displaying some records

    Thanks Roy-Vidar for your Link. It helps a lot.
  14. ruru9292

    ComboBox skip displaying some records

    Thanks Willir. The link works great.

Part and Inventory Search

Back
Top