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 TouchToneTommy 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: *

  • Users: diamondsc
  • Content: Threads
  • Order by date
  1. diamondsc

    Outlook 2003 not showing email delivered by Exchange

    We have Exchange 2003 SP2. Our users all have Outlook 2003. We have certain emails that arrived within a certain time frame this afternoon that were received by our Exchange server and the logs show that these emails were delivered locally to each user. However, these emails do not show up on...
  2. diamondsc

    Old emails got resent to everyone

    We have Exchanger Server 2003. Suddenly four emails that had been sent a few months ago (all on different days and sent by four different people) were sent to a group account for everyone that has an inhouse email account. As soon as I saw what was happening, I shut down and restarted the...
  3. diamondsc

    Add items to multiple comboboxes

    I am using Visual Studio 2005 and vb.net. I have several comboboxes on a form. Each combobox needs to be filled with a list of items from a single datasource. Each list will consist of item descriptions from a different set of records from the datasource. I have accomplished this with a...
  4. diamondsc

    Pocket PC app using VB.net and Visual Studio 2005

    I need to develop a mobile app for pocket pc using ActiveSync. I am fairly familiar with vb.net and visual studio 2005. I have never done a mobile app. What would be a good source of information and reference for a beginner in this area?
  5. diamondsc

    W2K Pro/Netware client/SQL Server problem

    Forgive me if I'm on the wrong forum and that I don't have all the information. My client has an issue that seems to involve Netware client on a Windows 2000 Pro machine trying to access MS SQL Server using ODBC. A fresh W2K Pro without Netware client loaded will access the SQL Server...
  6. diamondsc

    The amazing shrinking form

    I am using VS 2005. I have just noticed that when I edit and save a windows form, the size of the form changes. When I close the form and reopen it, the size is 4 points smaller from the right and bottom edges. If I do this enough times, the controls on the form actually begin to move off the...
  7. diamondsc

    Change connection refresh vb.net form

    I am using Visual Studio 2005 and visual basic.net. I have a vb form that contains a tableadapter bound to an Access table. On the form is a textbox that displays the contents of a specific field in the Access table. This works fine. On the same form I allow the user to choose a different...
  8. diamondsc

    Use expression for value in data table column

    I am using vb.net in visual studio 2005. I have a dataset in my project that contains multiple tables. I have used the dataset designer to add a new column to a table. I want to use an expression in the Expression Property to set the value for this column. The value should be a sum of a...
  9. diamondsc

    Access 2000 and SQL Server

    I am connecting to a SQL server database backend using an Access 2000 frontend. It is working fine on one workstation but on another it keeps asking for a sql server user name and password when you open different forms and it accesses certain tables. I am using the same sql server user name...
  10. diamondsc

    Using 'LIKE' operator in SQL statement

    I have tried to use the following sql statement in a VBA module: sqlStr = "Select * From Medications Where MedName Like 'ZOCOR*';" No records are returned. Will a Like operator not work in this situation? If not, what statement would work? Thanks.
  11. diamondsc

    You can't carry out this action at this time

    I have a multiuser Access 2000 application. Most of the time it runs with no problems. Occasionally, and it seems very randomly, a user will get the messaage "You can't carry out this action at this time." When this happens, you cannot proceed with anything. In fact, you have to use Task...
  12. diamondsc

    No designing after combo box search

    I'm using Access 2000. I can open the mdb and design any form, report, etc. After I open a form and search for a record using a combo box, I am no longer allowed to design anything. I get the message "You do not have exclusive access to the database at this time...." I have to close the...
  13. diamondsc

    Dueling references?

    I ran into a perplexing problem. The app front end and back end is in Access 2000. I had the following references in use: Visual Basic for Applications Microsoft Access 9.0 Object Library Microsoft DAO 3.6 Object Library Microsoft ActiveX Data Objects 2.7 Library All works well using the...
  14. diamondsc

    Return to original slide in PowerPoint

    I have a slide that contains five objects. When you click on one of the objects, a corresponding slide is displayed. How do you return to the original slide from there? My goal is to let the viewer pick a slide to view, then automatically return to the original slide when the mouse is clicked...
  15. diamondsc

    Problem with .index

    I have a MS Access 2000 front end app connecting to a SQL Server database back end. The problem I'm having is selecting an index on a table in the back end. Here is the code: Dim ws As DAO.Workspace Dim db As DAO.Database Dim bill As DAO.Recordset Dim cn As DAO.Connection...
  16. diamondsc

    data bottleneck problem

    I have a form that contains a subform that performs six dsum calculations. It is a tabular form that has four of the dsums in four different objects in the detail part of the form. Two of the dsums are in two different objects on the form footer. I have to check if the results of the dsums...
  17. diamondsc

    want to use opendatabase for sql server linked tables

    I have an Access 2000 app with linked data tables from an Access 2000 database. I use the following to open this database: Dim dbs As Database Set dbs = OpenDatabase("\\billingsvr\mbdata\mbData.mdb") Billingsvr is the Windows 2000 Server and mbdata is the folder where the database...
  18. diamondsc

    Intermittent combo box functionality

    We have an Access 2000 app running over a network with a Windows 2000 server. On two workstations, a combo box that is looking up a specific field in a specific table does not work when you type the data and press ENTER. It shows the data if you pull down the list and you can point at the data...
  19. diamondsc

    Intermittent combo box functionality

    We have an Access 2000 app running over a network with a Windows 2000 server. On two workstations, a combo box that is looking up a specific field in a specific table does not work when you type the data and press ENTER. It shows the data if you pull down the list and you can point at the data...
  20. diamondsc

    SQL database data is readonly and will not change

    We have just received Microsoft SQL Server 2000 and installed it on an eval copy of Windows Server 2003. I used the import wizard to import data from an Access 2000 database. This seemed to work well. I linked our Access 2000 front end application to the data tables and that seemed to work...

Part and Inventory Search

Back
Top