|
First
|
Prev |
Next
|
Last
Pages: 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772
Error message UNDEFINED FUNCTION Help I have a function that works in other access db which copied to a new db and I get the ERROR Message Undefined function 'DateDiffYMD' in expression. How do I get it recognized/defined? Al ... 9 Jul 2008 18:52
Order Entry/ Shipment Entry Does anyone know where I can find a good example of an order entry database, that also sends those orders out as shipments. I want to be able to send out partial shipments of materials. ... 9 Jul 2008 15:46
SetValue question on a Control Field I have a database with a Main Form which is called simply "main form" this has a subform called "Confirmation Subform" and the confirmation subform has a subform call "Detail Purchase Subform". Confused Yet. On the Confirmation subform I have a control called "ControlNumber" it is a key field which will be po... 9 Jul 2008 01:25
what should be maximum length of a data base field? Hi, I need to answer this question for class, thank you. what should be maximum length of a data base field? ... 9 Jul 2008 18:52
using access to create an image slideshow on the web i currently use a SQL statement on my website to display a group of images (more specifically their location on the server) and links from the access database. only images that meet certain criteria are displayed in a table with the logo in one column and corresponding text link in the other column. the goal i ... 8 Jul 2008 17:13
Balloon issues I've tried all the examples in the Microsoft help file and I can't seem to get a balloon to show up on my form at all. I've attached the following code to the OnGotFocus event of a control: With Assistant.NewBalloon .Heading = "Notes" .Text = "Double Click to enter Notes" .Show End With Can an... 9 Jul 2008 16:48
Overflow Error Hello, On my form I have a multi-select List box. This is the code I am using from Microsofts website: Private Sub Form_Current() Dim oItem As Variant Dim bFound As Boolean Dim sTemp As String Dim sValue As String Dim sChar As String Dim iCount As Integer Dim iListItemsCount A... 9 Jul 2008 13:42
Little stevie is soliciting again. Still do not get it? These newsgroups are provided by Microsoft for FREE peer to peer support, not as a venue to sell your hollow promises. Please just go away. John.. Visio MVP "Steve" <nonsense(a)nonsense.com> wrote in message news:wI6dndgosNcLK-7VnZ2dnUVZ_jKdnZ2d(a)earthlink.com... Access applications ca... 8 Jul 2008 16:11
View who else is using an Access db Hello, and thanks for reading. My user is the owner of an Access database. He is wants to know how to see who else is using the database at any given time. Haven't found this in the KB. Any ideas? Thanks very much. ... 9 Jul 2008 19:54
Global variables and memory (part 2) Not too long ago I implemented the code Klatuu provided. However, today I ran into an unhandled error and found out that the static variables are all reset to null. What's the secret to prevent that from happening? Thanks, Lars "Klatuu" <Klatuu(a)discussions.microsoft.com> schreef in bericht news:B985ACA7-62E3... 8 Jul 2008 20:18 |