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 SkipVought 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. aaronjmack

    Is anyone using Vista OS and eSynergy?

    The Controlled Release 9.5 is available and does support Vista. They had to rewrite a TON of code to get this to work. The biggest issue was software installation since Vista locks down the registry. Aaron J. Mack IT Manager TPC Wire & Cable
  2. aaronjmack

    Upgraded to SQL 2005 and receiving MacMSS.dll Connection Write Errors

    This is most likely your fix: Microsoft KB 942861 http://support.microsoft.com/kb/942861/en-us There is an issue with TCP Offloading, especially with ANY Broadcom-based network card for the past 2 years. This is affecting Dell, IBM, and HP. We use the HP DL380's with the HP NC373i and have...
  3. aaronjmack

    SMS Client not being assigned

    I am having the same issue, have you been able to resolve this? Thanks, Aaron
  4. aaronjmack

    Optimal Paradox 10 on Windows XP Pro Configuration

    I have a small Windows 2003 Server network with Windows XP Pro clients running P3's \ P4's with at least 256 MB RAM. All users have Paradox 10 installed locally, with the Net Driectory pointed to a single network share - accessing data located in folders under that share. Some of the Paradox...
  5. aaronjmack

    Mutli-Combo, Multi-Table, VBA Code?

    I have three combo boxes (R_Month, R_Year, R_Time) on a form w\ a command button, based off of a table (Requests) with an autonumbered primary key (Request_ID) and a column called Service_ID. When the user selects data in the three combo boxes, then clicks the command button, I need to check a...
  6. aaronjmack

    Form Code for Combo Box - Table Lookup

    I am working on a church database that has three separate tables each with an AutoNumbered Primary Key, with one table containing the values for the other two table's keys. I need some help with the code that will allow these three tables to work together in a form, including the proper...
  7. aaronjmack

    Combine data from mult. combo boxes to a single field.

    Thanks for the response. I'm taking your advice and doing something different.... Aaron
  8. aaronjmack

    Combine data from mult. combo boxes to a single field.

    I have five combo boxes (each box getting its' list of data from a table) on a form for a user to choose. I would like the data chosen in each of the boxes to be combined together to create a sort of ID number in another table to be used by other forms and queries. For example: User fills out...
  9. aaronjmack

    How do I get the "Visible" property to reset between records in a form

    >>>>BACKGROUND<<<< This is what I have: A Server Inventory database using one form based on one Primary table with several separate tables linked to this for use in combo boxes. The form contains many text and combo boxes, some tabs, and an OptionGroup with 6 OptionButtons. The Server Name is...

Part and Inventory Search

Back
Top