I know this must be very easy I just can't find it. Isdefined, isNull I thought might work but didn't. Does anyone have any idea how I can check to see if this table exists before I alter the table? Thanks so much!
Sam
Sam
Code:
If (orsCompany("Pricing")) Then
orsPricingField.Open "ALTER table [" & [Forms]![frmUpdatePricing]![Combo2] & "] add column [Pricing] STRING(30) " ' adding pricing field
End If