There is an old, proven technique with relational database --1 fact 1 field -- that works great.
User interfaces on the other hand are under no such...
I would import the text files in a temporary table that you empty every time before starting a new file (like Mike did in his example above) then you...
Could someone explain to me why, if I chose "Arm weights, R hand 3lbs L hand 2lbs" from a combo today that I would want to make that "Arm weights, R...
Well, you could have the combobox after_update event insert its value into a textbox on the form. That textbox is bound to a field in the table. You...
It's been a long time since I checked but for lotteries local to me, they had this info. If I wanted to know how many times 46 had been drawn in the...
NP. Glad you got it solved, though I'm not understanding how you could get away with specifying the target field is a double yet the source file is a...
I actually reformatted the excel file and on my import spec put the commit, obligation and expense fields as double. I am going to try the Replace()...