I have tickets, and I have a separate table for each type of ticket (since each type of ticket has different fields it doesn't make sense to have 100 fields in a table for 10 different type of tickets)
anywho - I don't want any tickets to have the same name as any other tickets - yet I want to have separate tables for each type of ticket. Is this possible? Originally I thought it would be by adding a letter infront of the ticket number to show the differences in the ticket, but I can't figure out how to do this (I tried \V in the format to add a V infront of the ticket number but it formats it like this: 9 = V9, 10 = 1V0 you can see my dilemna) And then I thought that this might not be a good idea, since they offset each other, and the offset field is Numeric (this is a preexisting database where someone put 20 tickets in one table creating a table with 54 fields.. I'm trying not to add new ticket types to the old table)
Anyways, is it possible for me to keep uniformity between the tables such that using regular autonumber two tables will not generate a ticket with the same number?
Randall Vollen
National City Bank Corp.
anywho - I don't want any tickets to have the same name as any other tickets - yet I want to have separate tables for each type of ticket. Is this possible? Originally I thought it would be by adding a letter infront of the ticket number to show the differences in the ticket, but I can't figure out how to do this (I tried \V in the format to add a V infront of the ticket number but it formats it like this: 9 = V9, 10 = 1V0 you can see my dilemna) And then I thought that this might not be a good idea, since they offset each other, and the offset field is Numeric (this is a preexisting database where someone put 20 tickets in one table creating a table with 54 fields.. I'm trying not to add new ticket types to the old table)
Anyways, is it possible for me to keep uniformity between the tables such that using regular autonumber two tables will not generate a ticket with the same number?
Randall Vollen
National City Bank Corp.