Advertisement

1 - 10 of 84 containing alltags:("MS Access / VBA") (0.003 seconds)
I am developing a Time and Attendance application in MS Access 2002. I have a form containing general Employee information and a subform in datasheet view that contains lines of time sheet info...
Zones: MS Access, Access FormsDate Answered: 08/20/2007 Grade: B Views: 0
Hi Experts, Why is this function returning a blank? Public Function StartDateOfWeek(strDate As String) As String strStartDate = Weekday(strDate) strDate = "HELLO" End Function ...
Zones: SQL Syntax, MS AccessDate Answered: 12/27/2007 Grade: A Views: 0
I have succesfully created code which loops through hundreds of databases, to capture every table and every field in every table including the field data-type. I discovered that one particular link...
Zones: MS Access, Access Coding/Macros, VB ...Date Answered: 03/16/2008 Grade: B Views: 19
Good Morning Experts! I have a theory / practicality question. I have been planning for the past month or so the proper layout for a stock market tracking database. It'll be for my personal u...
Zones: MS Access, DatabasesDate Answered: 02/15/2008 Grade: A Views: 43
DoCmd.OutputTo acReport, "Rpt_employee_Main", "RichTextFormat(*.rtf)", "D:\abc\Report_Employees\" & Format$(Date, "mmddyy") & "_employee_Main.rtf", False, "", 0 The above syntax is taken from M...
Zones: Access Reports, MS Access, VB ScriptDate Answered: 02/06/2008 Grade: A Views: 10
Hi, In my Access 2000 database I have few tables coming from different external link database which I am trying to upsize to SQL Server. Assume table1 is one of the external link coming from anot...
Zones: VB Script, MS Access, VB DBDate Answered: 02/08/2008 Grade: A Views: 4
Hi Experts, I need help in understanding this code. I am doung the doucmentation of the process flow and I dont know what this code will do. I am not very good in VBA so can you please help me und...
Zones: VB Script, MS AccessDate Answered: 06/08/2008 Grade: A Views: 0
I am wondering if it is possible to create a form that displays tabular records in the detail section.  Then in the Form Header or on a main form (and the tabular would then be a subform) to have a...
Zones: Access Forms, MS Access, Access...Date Answered: 03/27/2008 Grade: A Views: 43
I posted my code below.  I am trying to adapt the commented filter code to use two variable for both the column to filter and the criteria for the filter.  I am having trouble getting the quotes an...
Zones: Access Coding/Macros, Access FormsDate Answered: 03/13/2008 Grade: A Views: 41
I have a List Box into which I moved some items. Now all I want to do is say--> Take the first item out of this listbox and assign it to variable 1 Take the second item out of this listbox a...
Zones: MS Access, MS Visual Basic, Access Co...Date Answered: 03/17/2008 Grade: A Views: 0