Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by allengee

  1. allengee

    VBA Access Code - Adding a checkbox field

    Thanks for all your help...I will give it a shot and let you know...
  2. allengee

    VBA Access Code - Adding a checkbox field

    It actually works but I needed this field to be displayed as a checkbox not values of "0" and "-1"; I beleive it has something to do with the "Display Control" checkbox... thanks.
  3. allengee

    VBA Access Code - Adding a checkbox field

    Option Compare Database Function ForeignCountry() Const DepFile As String = "E:\Deposit Foreign\ForeignDepositsMetavante.txt" 'DoCmd.SetWarnings False 'Delete existing data, Import current data and add columns: Foreign Flag and Country On Error Resume Next DoCmd.DeleteObject acTable...
  4. allengee

    VBA Access Code - Adding a checkbox field

    I am trying to add a column w/ a boolean checkbox datatype to a table but am having problem with the syntax error (Runtime: 3292)

Part and Inventory Search

Back
Top