I am developing an access 2003 application change to send email from the application by pulling emails from database and sending individual emails to each address. The problem is to find a way to ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23030512.html
Zones:
MS AccessDate Answered: 12/18/2007 Grade: A Views: 0
hi, I am stuck with finding Total on my Access form.
The form consists of the foll fields:
ProductID
ProductName
Price
NumberOFUnits
Subtotal
Total
where the first three are bound to the fi...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23038558.html
How would i extract the
first
or
First and second
or
First Second Third
or however many words from a string using Access/ VBA / pure SQL
thanks
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_230...
I have a function that I use to add fields to existing tables, I need to add a date field, this works perfect.
What I need is what code will change the added fields from format = ""
to format = L...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_23085650.html
On my form I have a number of different controls, visible only at times depending on what users are doing.
When entering data on the form, if the user presses 'esc' key, the add new record is ca...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_231...
I am working on an MS Access 2003 database that needs to be able to access an Excel 2003 spreadsheet, find a row based on a unique number in one of the columns, and then update two other columns in...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Can someone help me with the actual code I need here, I'm having a lot of trouble understanding / making examples work for me.
I am working in Microsoft Access 2003.
I need to save some values ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_231...
I'm looking for some solid code that will allow me to parse the city state and zip from a single string.
It needs to take into account there may or may not be a comma separator between city/state....
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_231...
Hi, I have an Access ADP project that needs to call a stored procedure that drops a table.
Unsurprisingly to some (but not me hence the question!) the stored procedure will not run because the u...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/ADP/Q_23156240.html
I need to check that link tables are still working... if not then re-connect them to the MDB that should be in the same directory as the UI MDB file.
If I can find it then allow the user to 'nav...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_232...