Re: triggers opening an Access Form
From: Eric Sabine (mopar41_at_mail_after_hot_not_before.com)
Date: 09/09/04
- Next message: Eric Sabine: "Re: Transaction Isolation Level"
- Previous message: Hugo Kornelis: "Re: Maximum number of fields for a record"
- In reply to: JOE: "Re: triggers opening an Access Form"
- Next in thread: JOE: "Re: triggers opening an Access Form"
- Reply: JOE: "Re: triggers opening an Access Form"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 9 Sep 2004 16:11:36 -0400
In the Access database, which I am assuming you (not the 3rd party you
mentioned) are the author, in your code is where you would execute the
stored procedure. It would be something cheesy like
dim StoredProcedureReturnedVariable as Int
.. execute your sproc here, store the ret val in the local variable
if (StoredProcedureReturnedVariable = 1) then
docmd.openform formName, modal
That's about all I remember from VBA.
hth
Eric
JOE wrote:
> and there lies the problem. I do not know how to open the
> form.
>
> Thanks,
> Joe
- Next message: Eric Sabine: "Re: Transaction Isolation Level"
- Previous message: Hugo Kornelis: "Re: Maximum number of fields for a record"
- In reply to: JOE: "Re: triggers opening an Access Form"
- Next in thread: JOE: "Re: triggers opening an Access Form"
- Reply: JOE: "Re: triggers opening an Access Form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading