I would also suggest you develop a better naming convention.
Why do you have spaces in the object names?
NO one but a programmer would/should see the object names so "Proper English" is not needed.
I know it is hard to resist using spaces, but FIGHT the urge! Don't give in! Win the battle!
Examples:
Table name:
[B-B Assocaite Tracking] -->
bad because of the
spaces and the
special character.
Better would be "BB_Assocaite_Tracking".
Best would be "BBAssocaiteTracking"
Field name:
[Lunch Start] -->
bad because of the
space.
Better would be "Lunch_Start".
Best would be "LunchStart"
Object names should be letters and numbers. No spaces, punctuation or special characters (exception is the underscore) in names.