Hi....I'm stuck.....I've got a table (I'll call it Table 'A') that has 4 records.....each record has one number associated with it. I've got another table (I'll call it Table 'B') that has 50 records, and again, each record is associated with one number. I need to multiply each individual number from Table 'A' by each individual number in Table 'B', thereby, my output would result in 200 values. How do I code this? Thanks!