Linking To Tables on SQL Server3107 (5/9/2007 7:34:01 PM) I am using ODBC to link to tables on an SQL server. I am not able to link to all tables - I receive an "invalid argument" error message. The tables I am able to link to show "#deleted" in each field. I tri... Utf
Adding new records to several tables4114 (5/8/2007 2:38:09 PM) I have several tables in my database that have the same primary key, "site_id." I am constantly adding new sites to the database, so I am trying to figure out a way to streamline the process. As I add additio... lecoughlin
Date Update and3102 (5/9/2007 6:24:16 PM) I have the following very simple code in a BeforeUpdate Event Procedure Private Sub Date1_BeforeUpdate(Cancel As Integer) Me!Date1 = Date End Sub I just want it to put the date in the field when someone cha... steve
Treeview Node Uncheck Issue0568 (5/9/2007 7:09:53 PM) Hey I'm trying to have all node checkboxes in a particular node group be unchecked if all of the child nodes are unchecked. I'm using the code below. All variables in the code are declared in the sub prior to t... Trepalium
Concatenate7151 (5/8/2007 3:03:01 PM) Greetings, Newbie to this group. My database is way to large for Excel. My experience with Access is limited. I'm trying to join several strings of text and numbers like found in a street address. The dat... Utf
How to use database table as an Outlook Contact List?0314 (5/9/2007 6:08:42 PM) We have an existing database which we work with and maintain daily. It contains email addresses. Is there a simple way for Outlook to use it as an address book while allowing us to continue using the databa... wdsnews
in other words0110 (5/9/2007 5:53:14 PM) http://news.com.com/Microsoft+releases+goals+for+updated+SQL+Server/2100-1012_3-6182409.html?tag=nefd.top in other words-- MS still doesn't care about Microsoft Access why Excel and SharePoint and SQL Server h... Fifth
two questions3115 (5/9/2007 1:21:54 PM) 1. How to open a file dialog that start in a specific folder. 2. How to open a file with the default program that associate to the specific extension. like ("c:\1.txt") open by notepad thanks, Lior. ... Lior
nouvelle messagerie0111 (5/9/2007 4:49:45 PM) Titi appelle maman pour nouveau mon mail ... titi
Link a combo-box to another table1135 (5/9/2007 3:50:11 PM) Hi All, Here's my situation, I have a form based on a table with a list of clients. There is a Primary Key called ClientID I have another table with with only two columns (ClientID and verified_date) there ... Rich