Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / January 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
calculate age in years, months, days31 Jan 2008 23:54 GMT4
In that order - years, months, days
=DateDiff("mmddyyyy",[BirthDate],Now())+(Format([BirthDate],"mmddyyyy")>Format(Now(),"mmddyyyy"))
I got the above from a post but when I try it I get #Error
Help
Creating reports from record set31 Jan 2008 23:53 GMT2
I am attempting to create a tool that will select specific records,
determine whether there is an email, and depending on that will either email
or create a printable report.  Here is what I have:
Dim rst1 As DAO.Recordset
Emailing attachments from Access31 Jan 2008 23:30 GMT2
Not sure if this is the best group for this...
I have an access application that needs to send emails.  Some of the emails
will require an attachment (may be more than one).  The attachment will
always be from a defined directory.
Open the form with 2nd tab focused instead of 1st tab31 Jan 2008 23:27 GMT4
Access 2003
I have a button on a form to open another form with 2 tabs.
What's the code to open a form with 2nd tab focused instead of default 1st
tab?
memo field to string variable31 Jan 2008 22:51 GMT2
I manipulate memo field which stoores text only in my VBA code to assign a
string variable in VBA application.
The string only keep part of the string.
What is the maximum characters memo fields information may assign to a
Force a combo box to requery after a pop up form has closed31 Jan 2008 21:07 GMT4
I want to make a combo box requery after I've closed a pop up form.  
Basically the combo box shows a list of sites.  I've added a button that
opens a pop up window to allow the user to create a new site.  Once the user
clicks "save and close" the pop up form saves the record and ...
Setting a reference to a libray in code31 Jan 2008 20:35 GMT9
I am trying to reset references to Excel and Word from Access 2007 i.e. code
developed on 2007 with office 2007 but when dstributed to users the reference
is broken because they are on say office 2000.
I have read the link provided in previous posts on this subject but it
Problem with code!31 Jan 2008 18:43 GMT3
I have had some success with the help received here in making controls in my
forms locked if they have already been filled in and unlocked if they are
empty to allow the initial data entry.
I now have another problem.  Two of the controls in question have default
Nothing is happening31 Jan 2008 18:21 GMT5
Here's my code.  Now, nothing is happening at all.  I've checked the table
and there's no new records.  Did I use the insert statement correctly?
____________________________________________________________
On Error GoTo Err_cmdAdd_Click
Email problem31 Jan 2008 18:10 GMT5
I am trying to put in 5 five names in the SendCC and it works fine for the
first three but when I drop to the next line to add the other two, I get a
syntax compile error and the last two name appear in red. Could someone
please help me. I'm sure I am not adding something in the ...
Problem with dAvg syntac31 Jan 2008 18:08 GMT1
I want to be able to look at the average of a field when there is a entry in
another field and again when there is no entry in the other field.
So for no entry in "fldSupplierID
=DAvg("[TurnAroundTime]","qryQualityListRepairsShippedByDate","[fldSupplierID]is null") '  which seems ...
You canceled the previous operation31 Jan 2008 18:03 GMT2
I have a main form with buttons that launch forms for manipulating tables in
my database.  I launched a form named frmEditIssues by clicking one of the
buttons and filtered the data to modify it.  When I tried to shut
frmEditIssues down I was prompted to save changes and selected ...
Keep Focus31 Jan 2008 17:44 GMT2
The code below alerts the user that some fields are blank.
It works until the last line!!!
How can I make it keep the form open an go to the first blank field, then
the second etc..(I'll be adding more)???
programatically insert record31 Jan 2008 15:36 GMT5
I have a many to many relationship between security clearances and billets.  
a clearance can be associated with more than one billet and a single billet
can be associated with many clearances.  That; however, may not have anything
to do with my problem.
Replace Data In A Table31 Jan 2008 09:56 GMT1
I'm using sql 2000 and Access 2003.
I have a table contains all the payroll data and a table that contains
current payroll data. Each paydate I need to replace the data in the current
payroll table with the current payroll data.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.