Advertisement

1 - 10 of 22 containing alltags:("MS Access/VB") (0.003 seconds)
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 " ...
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 ...
Zones: MS Access, Visual Basic, SQL SyntaxDate Answered: 01/30/2008 Grade: A Views: 4
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...
Zones: Access Reports, Visual BasicDate Answered: 03/18/2008 Grade: A Views: 4
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...
Zones: Access Reports, Access Coding/MacrosDate Answered: 03/20/2008 Grade: A Views: 0
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 ...
Zones: Access Reports, MS Visual BasicDate Answered: 04/08/2008 Grade: A Views: 203
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...
Zones: Access Reports, SQL SyntaxDate Answered: 04/10/2008 Grade: A Views: 107
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 ...
Zones: MS Access, Access FormsDate Answered: 08/31/2008 Grade: A Views: 0
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...
Zones: MS Access, Visual Basic, Access FormsDate Answered: 06/10/2008 Grade: A Views: 0
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?
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...
Zones: MS Access, VB DB, Access FormsDate Answered: 02/03/2008 Grade: B Views: 14