Click here to Skip to main content
15,914,444 members
Home / Discussions / Database
   

Database

 
GeneralRe: How can I connect to MS Access via a remote? Pin
Jeremy Falcon19-Jul-02 7:58
professionalJeremy Falcon19-Jul-02 7:58 
GeneralRe: How can I connect to MS Access via a remote? Pin
Bart-Man22-Jul-02 5:30
Bart-Man22-Jul-02 5:30 
GeneralRe: How can I connect to MS Access via a remote? Pin
Jeremy Falcon22-Jul-02 14:34
professionalJeremy Falcon22-Jul-02 14:34 
GeneralSolution to my problem Pin
Bart-Man25-Jul-02 9:45
Bart-Man25-Jul-02 9:45 
GeneralRe: Solution to my problem Pin
Jeremy Falcon25-Jul-02 10:02
professionalJeremy Falcon25-Jul-02 10:02 
GeneralMS Access query variables Pin
SimonS18-Jul-02 4:04
SimonS18-Jul-02 4:04 
GeneralRe: MS Access query variables Pin
Martin Ziacek18-Jul-02 4:41
Martin Ziacek18-Jul-02 4:41 
GeneralRe: MS Access query variables Pin
SimonS18-Jul-02 21:20
SimonS18-Jul-02 21:20 
Thanks.
I'm keen to do something similar to this:
DECLARE @EntTypeID int

SELECT @EntTypeID=0 --init

SELECT @EntTypeID = ( SELECT [ID] from tblEntityTypes WHERE [Descr]='BLAH')
--do something with the @EntTypeID var.
Anyway to implement this in Access 2000, XP?

Cheers,
Simon

"Sign up for a chance to be among the first to experience the wrath of the gods.", Microsoft's home page (24/06/2002)

GeneralRe: MS Access query variables Pin
Martin Ziacek19-Jul-02 9:34
Martin Ziacek19-Jul-02 9:34 
GeneralAnother SQL Server Q Pin
Mazdak18-Jul-02 3:51
Mazdak18-Jul-02 3:51 
GeneralRe: Another SQL Server Q Pin
Martin Ziacek18-Jul-02 4:30
Martin Ziacek18-Jul-02 4:30 
GeneralRe: Another SQL Server Q Pin
Mazdak18-Jul-02 19:20
Mazdak18-Jul-02 19:20 
GeneralCREATE DATABASE Pin
Mazdak18-Jul-02 3:45
Mazdak18-Jul-02 3:45 
GeneralRe: CREATE DATABASE Pin
Martin Ziacek18-Jul-02 4:38
Martin Ziacek18-Jul-02 4:38 
GeneralRe: CREATE DATABASE Pin
Mazdak18-Jul-02 19:17
Mazdak18-Jul-02 19:17 
GeneralRe: CREATE DATABASE Pin
Jeremy Falcon18-Jul-02 4:48
professionalJeremy Falcon18-Jul-02 4:48 
GeneralRe: CREATE DATABASE Pin
Mazdak18-Jul-02 19:18
Mazdak18-Jul-02 19:18 
GeneralFirst letter from a record in SQL Pin
Robby18-Jul-02 3:25
Robby18-Jul-02 3:25 
QuestionWhy does it have to be so complicated?? Pin
Anonymous17-Jul-02 13:02
Anonymous17-Jul-02 13:02 
GeneralGuide, idea about interacting with remote SQL Pin
tongc17-Jul-02 4:36
tongc17-Jul-02 4:36 
GeneralInstalling SQL Server Pin
Mazdak16-Jul-02 5:34
Mazdak16-Jul-02 5:34 
GeneralRe: Installing SQL Server Pin
Richard Deeming16-Jul-02 5:50
mveRichard Deeming16-Jul-02 5:50 
GeneralRe: Installing SQL Server Pin
Mazdak16-Jul-02 9:22
Mazdak16-Jul-02 9:22 
GeneralADO Losing Changes with GetChunk/AppendChunk Pin
Blade[DMS]15-Jul-02 1:31
Blade[DMS]15-Jul-02 1:31 
GeneralGood Database for News Articles Pin
mrhsean14-Jul-02 5:28
mrhsean14-Jul-02 5:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.