J
|
Jane 3/13/2007 |
Hi, |
T
|
Tim 5/12/2008 |
Hi Jane, |
J
|
Jane 5/13/2008 |
Tim, Session("dbo.Payments_masterkey1") = dict("AccountID") |
T
|
Tim 5/13/2008 |
Thanks Jane, but I'm still having problems. First, I lied: my details table is called Class A Payments (I was just trying to save some typing in the forum). So here is the code I tried this time: |
J
|
Jane 5/13/2008 |
Tim, |
T
|
Tim 5/15/2008 |
Thanks Jane. I actually came up with another way to do this: I created a view for the payments table. This way I can use a different session variable as the default for the accountID. This worked well. It also allowed me to do some different things when adding a payment via this "wizard", as apposed to just adding a payment to an existing account. |