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 / May 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
User defined menues23 May 2008 10:04 GMT2
Dear reader,
Do you know where user defined menues from Access 2003 are stored
and how they can be extended/edited?
Thank you,
invoiceID duplicates when 2 users key in the same time23 May 2008 09:38 GMT2
I have this statement in my order form.
Before insert function:
Private Sub Form_BeforeInsert(Cancel As Integer)
  Me.InvoiceID = Nz(DMax("InvoiceID", "Orders"), 0) + 1
*Access* Cannot send emails from form:23 May 2008 07:09 GMT10
Run-time error '2293'
Access can't send a message for the reason stated in the preceding alert.
Resolve that problem and then send the message again.
There is no previous alert.
Two Forms not updating same field23 May 2008 06:26 GMT8
Hello everyone.  I am currently making a database for my school and I have
run into a problem with two forms, henceforth known as Form 1 and 2.  Both
forms take First and Last name from one table.  The problem is that Form 2
does not pick up a new record whenever I add a name to ...
dMax syntax for multiple criteria not working22 May 2008 23:15 GMT3
I'm having a lot of trouble with this syntax.  It's supposed to return the
termination_date from the current participant_id's most previous match.
DMax("match_terminated", "tbl_match", "participant_id=" & Me.participant_id
& "AND "match_terminated<" & match_date)
recalc question22 May 2008 22:27 GMT2
I have a main form with two linked subforms (very like the customer order
form in Northwind 2003). In the footer of the main form is a control which
calculates the amounts entered in one of the subforms to provide an overall
total. It reads =dsum("[funding]","Query1","[siteahid] ...
Linking a Subform with a command button22 May 2008 19:50 GMT2
I have a Main Form and want to link it to other 2 Sub forms through a command
button that open this subforms, since I don´t want to visualize both sub
forms all the time. The thing is that when I use the wizard and specify the
target id fields, my sub forms show all records and ...
Acc2003 Lock controls on a Form22 May 2008 19:25 GMT2
On my invoice form, i want to do the following. If the when invoice is paid,
I want to lock the invoice that the user should not be able to do any
changes to the invoice.
In the OnCurrent event I can find out if the invoice is paid or not.
Memory error after using popup form22 May 2008 18:19 GMT4
I have a form with a subform that it used to enter ECOs (Engineering Change
Orders). On the form, when the user selects the option "Type 5" from a
combobox, a popup form is displayed in which the user will enter information
to run two queries. The first query, a select query, takes ...
unable to see properties of a form in access 200722 May 2008 18:01 GMT2
I expect this is real easy. I have access 2007 and all was working okay.
Now, when I am designing a form I am unable to view the properties of a form
in any database.
I imagine it is a setting somewhere but I cannot see it.
Type mis match in expression on a form22 May 2008 14:08 GMT2
I have read much of the resource that has been suggested to me in this forum,
but am still having problems.
Amongst other tables I have the following:-
Class table
OpenFormToExistingRecord22 May 2008 13:23 GMT8
I have Access 2007 w/Windows Vista. I have created a database and I am having
several problems. When I open my form it opens to a new record only. I set up
command buttons on the new record so that I may hide my toolbar. The command
buttons jobs are to go to the first or last record ...
How do I make a function in vba?22 May 2008 12:08 GMT1
I have Private sub name1() and Private sub name2() in my vba.
I have Dim X as interger and I give value to X in Private sub name1().
I would like to use X also in Private sub name2(). Do I have to make a
function or how can I use this X-value I gave in Private sub name1()
Setting Current Record22 May 2008 05:20 GMT1
I have a subform with several fields, one of which is "DateOut".  If this
field is left blank, I would like to set this record as the Current Record.  
Can anyone provide help on how to go about doing this?
Expressions with a minimum22 May 2008 02:50 GMT4
I want to create an expression that charges 10% freight on the retail with a
9.50 minimum.  How do I do that?
 
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.