SusanStoHelit
Technical User
Hi there,
I have a table with the following fields:
Key Member ID Fill Date Drug Name
1 1000512 1/12/2006 Lipitor
2 1000512 2/13/2006 Lipitor
3 1000512 3/10/2006 Lipitor
...
And I need to find out the days between fills like this:
Key Member ID Fill Date Drug Name Gap (in Days)
1 1000512 1/12/2006 Lipitor N/A
2 1000512 2/13/2006 Lipitor 31
3 1000512 3/10/2006 Lipitor 25
Is this possible through an Access query or VB module?
I have a table with the following fields:
Key Member ID Fill Date Drug Name
1 1000512 1/12/2006 Lipitor
2 1000512 2/13/2006 Lipitor
3 1000512 3/10/2006 Lipitor
...
And I need to find out the days between fills like this:
Key Member ID Fill Date Drug Name Gap (in Days)
1 1000512 1/12/2006 Lipitor N/A
2 1000512 2/13/2006 Lipitor 31
3 1000512 3/10/2006 Lipitor 25
Is this possible through an Access query or VB module?