|
-
Nov 7th, 2001, 07:16 AM
#1
Thread Starter
Lively Member
Sql Search
Hi,
I have a program which stores pension contributions in a two table access database. Each Pension can be calculated any amount of times. I am having a problem searching as I must presume that I do not know the calculation run number. I therefore need to enter the Pension number which will return the list of runs performed on it. Then select which run I wish to view.
Is this possible or would it be too complicated.
SchemeDetails Table ContributionDetails Table
SchemeRunID (PK) Month
PensionID MonthlyCharge
DateCalculated Value of Contrib
SchemeRunID (FK)
The PK and FK are joined in Access Relationships
I have sent the info into the access db using ado and I display the contents of the ContributionDetails table in a flexgrid
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|