I am a designer/developer of databases using MS Access. I am finding more and more that my clients are requiring various forms of web based input through intranet/internet access. From reading various replies in Tek-tips I gather that MS Access Web Pages are NOT the way to go. Can anyone advise...
If you decide to use a large field you could use the criteria line
Like * & forms!formname!fieldname & *
this will match any set of characters you enter into the field.
If you use multiple dropdowns then you could simply use
=forms!formname!combo1 and then use the OR option in the criteria...
I am running an append query from a form when the user clicks save. When I have any more than 50 characters in my text fields the append will not work - "invalid procedure".
The table field sizes are set to 255 characters and can take appropriate number of characters typed directly.
Access...
I am using Docmd.Sendobject to email a few lines to applicants for training courses. The applicants can also submit the application for other persons.
My problem is that the first email works perfectly, but the subsequent emails don't go.
When I debug, the code is doing what it should. Do I need...
I have a DTS routine that transfers data from MS Access into SQL Server database. After the last download, I cannot display the most recently downloaded information when I create a View.
If I count the records I can see that they are being added.
My View enquiry is based on selecting YEAR and...
Thanks for the enquiry DougP.
When I run my piece of code behind my button (shown below) I get all the details entered into the 'Compose Message' box of Outlook when I am using an Outlook only system.
With Lotus Notes I get nothing. Message disappears.
Code is:
Private Sub Command107_Click()...
Hi anybody,
I am trying to send a message through email based upon contents of a form. I can get this to work with Outlook but client is using lotus notes as email carrier.
I have tried changing WIN.ini settings pointing to Mapivi32.dll but still does not want to work.
Outlook is also installed...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.