Search results

  1. G

    Can Query be imported into MS Word

    Sure...Just write a query....something like this... SELECT DISTINCT Name FROM TBL_NAMES WHERE [FORMS]![ADD]!CUST_NAME = [TBL_Name].[Name]; then just selct the publish to word...
  2. G

    Reports with Subforms

    That did not work...any suggestions?? I appreciate the help! Thanks
  3. G

    Reports with Subforms

    Ok Gang...here we go! Let me begin by saying I know there have been postings on this....I have read them, however, I cannot get it to work! I have a report with 4 subreports based on different queries. When there is no data for the report the subreport does not display itself. I have tried...
  4. G

    Form!Subforms! -Female in serious need!!

    If you have relationships set up the subform should put that selection into the new record upon selection...AM I even close to helping you?????:D
  5. G

    Can Query be imported into MS Word

    After you have queried your information You can export data from queries using the "Tools"..."Office Links" Menu Option. . GOOD LUCK!! Giacomo :D
  6. G

    Help

    Ok- Here we go................. I have a form that has some fields that are used to display data only. The data is generated from a query that is executed based on a combobox selection. In order to have the fields that display the info appear empty when you click the add new record button I...
  7. G

    Help!!!

    Woohoo!!! It worked!!!! Imagine a minute detail causing major problems!!! Thanks Again!!!! :D :D :D :D :D :D :D :D :D :D
  8. G

    Help!!!

    in addition!!! The ComboBox "cboSelect" is not being populated with the information....
  9. G

    Help!!!

    Help!!!! Here's the rundown... Have a table called "general" built a form called "findForm." I have some option buttons on the form that determin what to search by. Here is my code!!!! Why won't it work??????????? no error comes up...there's sample data in the table..... CODE: Option...
  10. G

    Query Problem!!

    AWESOME!!!! Thanks So Much....
  11. G

    Query Problem!!

    They are both text datatypes....and the answer to your previous question is.....it is just a temp solution until I find a better way Any suggestions?
  12. G

    Query Problem!!

    Can Someone take a look at this query and check the syntax for me. The query is not pulling info and there is info in the tables that meets the criteria.. SQL: SELECT General.Customer_Cell_Number, General.Date_of_Transaction, General.Year, General.Month, General.Customer_Name...
Back
Top Bottom