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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22759428.html
Hi Experts,
Why is this function returning a blank?
Public Function StartDateOfWeek(strDate As String) As String
strStartDate = Weekday(strDate)
strDate = "HELLO"
End Function
...
http://www.experts-exchange.com/Programming/Languages/SQL_Syntax/Q_23044774.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23045948.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23078257.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Reports/Q_23139983....
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_23145606.ht...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_23163839.ht...
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Forms/Q_23210048.ht...
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Access_Coding-Macros/Q_232...
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_23247452.html