Hello all. I am trying to return multiple rows based on the number stored in a field.
Here is some sample data :
Sample Table
CardName, CardText, CardAmount
Sample Data
First Card, This is the first card, 1
Second Card, This is the second card, 2
Third Card, This is the third card, 3
Query Results
First Card, This is the first card
Second Card, This is the second card
Second Card, This is the second card
Third Card, This is the third card
Third Card, This is the third card
Third Card, This is the third card
Is this possible in Access ? All I could find w/my Google-Fu was T-SQL and syntax that isn't in Access.
Thank you for any help that you can provide.