Search results

  1. C

    How can I feed results in one query into a pass through query

    I need some help and hopefully someone can help me. I have a select query that I have created and it gives me back call statements to be hopefully used in a pass through query. My problem is I do not know how to make this happen. I will need to run the pass through query for each call...
  2. C

    Need help with Multipling my results list

    I am not sure if I can do what I am trying to do but here goes. I currently run a select query that gives me a results list of inspection types. Then a run a query that takes the results from this query and the results from another query to see what inspections were not completed. This works...
  3. C

    Problem running stored procedure from Sybase Central in Access

    I am having a problem running a stored procedure from Sybase Central in Access. I have no problems running functions. I can run the stored procedure if I hard code the parameter instead of reading from a table. So I know that the ODBC connection is working. This is what I have in Access...
  4. C

    question regarding checkboxes, tables, forms, & queries

    I am not sure where to start. First I havea form where a user enters data on a screen and check offs checkboxes and the data is saved in a table to be used later. Once it is in a table I read another table to get the value I want instead of the -1 that shows up. My question is in a query I...
  5. C

    Using a listbox to print reports????

    Currently a have a form where the user can click on a button and runs a macro that produces a report in preview mode. I have a user who would like to press more than button at a time to run 3 reports a once. Or could I set up a listbox where he could select the reports he wants to run and have...
  6. C

    Multi Select on Listboxes and saving to a table

    Help, I have a list box where I have set the multiselect property to Simple. I have 2 tables set up one with the customer name, address and phone number. The other table is where I plan to store the information that is selected in the listbox which is related to the information in the first...
Back
Top Bottom