Hi,
Thanks for the info. I've tried, in essence, doing what you recommended, but I don't know how to abort the update since I can't find a Tab Control event to put the code into.
Here's my scenario; I'm writing a Human Resourses application. I've got the Demographic Header which contains...
I inherited this code and don't quite understand how it works, so please bear with me.
I have a main form with a TabControl. The tab control holds about 30 tabs - I guess they're called "pages". On each tab is a subform which holds all the controls.
Here's the problem: I enter...
I'm trying to disable controls on a subform during runtime. However, when I check the forms collection in the Immediate window, only the main form is there. Is there something weird about loading subforms into a collection?
Hi again,
I'm not overly familiar with ODBC myself (I've inherited this code), but I'm pulling data from three different tables on the AS400, then displaying one field from each table in the listbox. Trying to add a new table in SQL Server (it's an Access project) to handle all this would me...
Thanks for the quick response. I wish it were that simple - I'm actually reading data from an AS400 via ODBC. The problem field is "Job Description" (on the 400), where the description might (but usually doesn't) contain a comma, such as "Accountant, Jr".
I've cheated by...
I'm trying to display a comma (e.g. Spencer, Lori) in one column in an Access listbox via code. I've tried chr(44) and "","" etc. When I run my listbox.rowsource thru the debugger, it appears that my data will be displayed properly (I'm using ; as a delimiter), but Access...
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.