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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.