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 Wanet Telecoms Ltd 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: *

  1. ProNetGroup

    Help with SQL - hard to describe in a few words....

    Please Help! I am running the latest version of Microsoft Visual FoxPro, and am having difficulties creating a SQL statement. I am trying to create a report that lists all of our contacts in the database, and includes the last call to that person, if one exists. Basically, I have a table of...
  2. ProNetGroup

    VFP compatible with Terminal Server?

    Does anyone out there know whether or not Visual FoxPro is compatible with Terminal Server? I have read on Microsoft's website that it has not been tested and is not guaranteed, but it didn't sound like it was totally uncompatible. Any help would be appreciated! Thanks! Eubanks
  3. ProNetGroup

    Advice Wanted - MS Access vs. MS Visual FoxPro

    I was just wondering if some kind soul could give me some advice as to whether or not my company should use Access or Visual FoxPro. I know that there are several considerations that must be taken into account, but basically I wanted to know if Visual FoxPro is a good, solid application and if...
  4. ProNetGroup

    Error When Quitting Word

    Without pasting all my code, does anyone know why this error comes up when trying to quit Word? Run-time Error '-2147417848 (80010108)': Automation Error The object invoked has disconnected from its clients. Through VBA, I am running a routine that opens a mail merge template and populates...
  5. ProNetGroup

    Mail Merge in Word Using a variable (strSQL) to filter the results

    Hi, The task that I am trying to accomplish is to have a search form in Access that creates a query on the fly (based on user selection) and then filters the results based on that query. Then, I need a button that can automatically open up the form letter template and do a mail merge based on...
  6. ProNetGroup

    Running an Append Query in VBA

    I was wondering if anyone knew some basic syntax for an append query to be run in VBA. (i.e. not just the SQL statement, that is easy b/c I can find that in the SQL window of a query) I need to know how to parse the SQL statement together to get it to run in VBA. I am trying to do a very...
  7. ProNetGroup

    Intelligent Navigation Buttons

    HELP!!! I am trying desparately to make my command buttons "intelligent" to where you can't go past the last record or before the first record (so that the whole program doesn't blow up). This particular form that I want the buttons on is a results form, meaning that the table was...
  8. ProNetGroup

    Passing contents from a textbox to a variable

    Does anyone know how to do this? I am trying this: strSQL = txtTemp but it keeps returning a null value, for both the textbox and strSQL. When I comment this out and run the code, I can see that the textbox IS NOT null and has the data I need in it, so what gives???
  9. ProNetGroup

    Using a Recordset to pass Values from One form to Another

    Help!!! I have been trying to recall for a while now how to take data from a table, filter it based on the users preferences (build a sql statement based on the inputs of the form), and then run a recordset to filter out what is needed. I have the recordset working fine...i.e. I have it set to...
  10. ProNetGroup

    Public Variables and Passing Values

    How do you define a public variable? And is using public variables the best way to pass values from one form to another? I am trying to take values from one form, create an on the fly query to filter the results, and then pass the values to another results page. I have tried several options...

Part and Inventory Search

Back
Top