I am writing lines of text to an .ini file. See below:
a.WriteLine ("Email text= Dear " & strfirstname & ", " & _
"Your quote has been attached to this e-mail. Thank you for allowing " ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23111986.html
Zones:
MS AccessDate Answered: 01/27/2008 Grade: A Views: 55
Hi,
Currently I have an Access Form, with 3 textboxes input from user, which will determine the filtering criteria.
Question is, how do I pass the value (which user input excluding the blank ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23122361.html
I have a 'pre-formatted' MS Access Report with 3 Grouping Levels. Initially these levels are EACH set to a field in my Query (the Query is being used as the Record Source of my Report). Apparentl...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Reports/Q_23251150....
I am doing different Queries in my VB Code based on User Selections. My Goal is to assign the Query to the Control Source of a Text Box on an MS Access Report such that the RESULT of the Query wi...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Reports/Q_23257763....
I am attempting to set an Access Report Filter via my Visual basic Code.
I have some variables, arr(0), arr(2) which hold some values that are being compared
When I have the line:
Me.Filter ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Reports/Q_23302731....
I have an MS Access Report with Unbound Text Boxes. I have code that creates SQL Queries, stores them in array arguments (such as arr(1) as seen below) and then assigns the RESULT of that query to...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Reports/Q_23304650....
I am trying to fill a field with a mont/year i select. This is for a monthly timesheet. I have a form with a field for every day of the month and the hours worked that day. I want to fill the form ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23586132.html
I have a client who wishes to have all date fields in forms convert dates that are entered as year/month/day to Julian (yyyyy - yy = year and yyy = day of year (i.e. 08365)). I already set up the f...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23472875.html
I have this code which works fine:
objsheet.range("A1").interior.colorindex = 33
What is the syntax to change the effects of a cell in Excel from access vba?
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS Excel,
VB DBDate Answered: 08/07/2008 Grade: A Views: 0
I have URLs stored in a hyperlink field in an MS Access table. When I try to display them in an unbound text box on a form, I can't get the to look right without manipulation. If I simply show t...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23079946.html