Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Access Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Microsoft Access Forum
eddy geijiselaers 
    
15 years ago
Dear reader,

on lessons Access 324
using Access 2002

I followed the steps as given but failed to get it working properly.

at the line "dim db as database" there pops up a list to pick from but "database" is not in it
On saving the instructions a message pops up:
tranlated from Dutch it says something like: "a user defined datatype is not defined"

trying to sort it out I come to the conclusion that "database" is not the right ìnstruction anymore,
can you help me out?


this is the code:
Private Sub StateCombo_NotInList(NewData As String, Response As Integer)

'(drie keuzemogelijkheden als comentaar ingegeven)
'acDataErrDisplay  (=default error message van access)
'acDataErrContinue (verteld access om de message niet te tonen maar gewoon door te gaan)
'acDataErrAdded (geeft aan dat we de stappen ondernomen hebben die nodig zijn om die waarde toe te voegen in alle velden die nodig zijn)

'eerst gaan we de gebruiker vragen of hij de waarde willen toevoegen

'intypen:
If MsgBox("Add" & NewData & "to list of states?", vbYesNo) <> vbYes Then
    Response = acDataErrContinue
    Exit Sub
End If


'nu moeten we access laten weten dat en waar we de dat willen opslaan

Dim db As database
Dim rs As Recordset
Set db = CurrentDb
Set rs = db.openrecordset("StateT")
rs.AddNew
rs!State = NewData
rs.Update
rs.Close
db.Close
Set rs = Nothing
Set db = Nothing


'Dim db As database
'Dim rs As Recordset
'Set db = CurrentDb
'Set rs = db.openrecordset("StateT")    '("StateT" is de tabel die hier gebruikt wordt)
'rs.AddNew
'rs!State = NewData    '(State is het veld dat gebruikt wordt)
'rs.Update
'rs.Close
'db.Close
'Set rs = Nothing
'Set db = Nothing

'Response = acDataErrAdded

'dit ververst de query en de tabellen



End Sub

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Access Forum.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 6/9/2026 8:06:46 PM. PLT: 1s