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 Mike Lewis 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. TanyaSealey

    Cannot connect to SQL Server database

    I've created the following: Dim objConn, objCommand, objQry Set objConn = Server.CreateObject("ADODB.Connection") Set objCommand = Server.CreateObject("ADODB.Command") objConn.ConnectionString = "Provider=SQLOLEDB.1;Persist Security Info=False;Data...
  2. TanyaSealey

    List Box not requerying properly

    I've created a form which contains a subform of payments, a list box of unpaid invoices, and a list box of invoices allocated to payments in the subform. I want to update the allocated invoices list box using the On Current Event in the subform. The list box is based on a SQL user-defined...
  3. TanyaSealey

    Working with Null values

    I'm currently building a SQL Server database, with an Access 2000 front-end. I've set all numeric fields to not Allow Nulls, and I've set default values to 0. I want to control null values in the Access forms, so that when the user enters a null value a before- or afterupdate event procedure...
  4. TanyaSealey

    Working with null values

    I'm currently building a SQL Server database, with an Access 2000 front-end. I've set all numeric fields to not Allow Nulls, and I've set default values to 0. I want to control null values in the Access forms, so that when the user enters a null value a before- or afterupdate event procedure...
  5. TanyaSealey

    Upgrading from Access to SQL

    We currently use a large Access 2000 database but we're planning to upgrade to a SQL Server back-end and Access front-end. The database is supported in-house and there is a lot of Access expertise (VBA, SQL etc) but no SQL Server experience. Could anyone give me tips on the best way to go...
  6. TanyaSealey

    Mail-merge to E-mail

    I'm currently using mail-merge to e-mail in Word XP, but want to add an attachment - either manually or programmatically. Does anyone know how to do this? Thanks.
  7. TanyaSealey

    Emailing from Access 2002

    The default security features in Outlook 2002 mean that when I programatically email from Access the user is prompted with the following message: A program is trying to automatically send e-mail on your behalf. Do you want to allow this?. This makes large mail-outs virtually impossible to run...
  8. TanyaSealey

    OLE field Path Names

    Does anyone know how to extract the full path name of a linked file in an OLE field using Access 97 or 2002? Thanks.
  9. TanyaSealey

    Combo AutoExpand Property in XP

    I've created a new database and imported all tables, forms etc into there. The autoexpand seems to work now. Thanks for your help :-)
  10. TanyaSealey

    Combo AutoExpand Property in XP

    I've recently converted an Access 97 database to 2002 format. However the autoexpand on combo boxes no longer seems to work. The property is set to Yes and there is no other code referring to this property. I've tried adding a new combo box and the autoexpand worked, and all the old combos...

Part and Inventory Search

Back
Top