Viewing 10 posts - 1 through 10 (of 10 total)
You might consider using a user defined function rather than a stored procedure.
December 12, 2005 at 2:47 pm
Katrina,
I created two tables in a SQL Server database and linked to them from Access through an ODBC connection. The tables are Table1 and Software.
I inserted the following data into...
November 4, 2004 at 7:31 am
99.0/2.0 = 99.0/2 = 99/2.0 = 49.500000
Highest precision seems to dictate the result data type.
February 16, 2004 at 2:07 pm
As you probably have already determined, MSAccess only provides events for Forms and Controls. If your AutoNumber (aka Identity) field is incrementing, not random, then after you insert the record,...
February 16, 2004 at 9:24 am
Yes, I tried sending the same e-mail through Outlook and it did not exhibit the same behavior.
I have since developed my own extended procedure to send an e-mail. It...
June 12, 2003 at 9:29 am
Does this get you what you want?
SELECT LEDef_ActiveInd, LEDef_Cd
FROM LEDef_PK
WHERE (LEDef_ActiveInd = 1) OR
...
June 9, 2003 at 12:14 pm
quote:
I Think it is doable,have you tested it?
Not yet. Thought I'd consult the...
November 22, 2002 at 2:21 pm
quote:
I Think it is doable,have you tested it?
Not yet. Thought I'd consult the...
November 22, 2002 at 1:57 pm
quote:
Can you elaborate on this a bit, describe the database data to me. I think you may be wanting to use updating...
November 22, 2002 at 10:56 am
Viewing 10 posts - 1 through 10 (of 10 total)