Nibble Guru - Computing queries demystified Wednesday, December 03, 2008
Home
My Account / Register
Login / Logout
Post your Problem!
Search

About Us
Contact Us



List Home > Databases > Microsoft Access >   [ Post New Problem ]

Welcome back !
TrackingID : 1623
Posted : Friday, August 06th, 2004 08:11:46 AM
By : andymer
Microsft Acces 97Configuration:
I have a database with 3 forms, and 3 tables, i have split into front/end/backend, made front end mde file. Problem I am having is getting it to go across servers, I set up correct permissions for users to access but when they attempt access only the splash form opens. Any ideas of what i can do please? Operating System : Mirosoft Windows NT

Related Problems :
Comments :
Re: Microsft Acces 97 by Anonymous Ghost on December 08th, 2004 09:13:12 AM
Hi - I am new to Access and am having troble configuring my save feature, to save info to a table.
I have defined variables in a module as public. Below is my save function. Under the save button, what do I put as arguments? I tried putting intCallNumber, but get a ByRef type mismatch argument.

Public Sub AddInfo(rstTemp As Recordset, CallNumber, GroupNumber, MemberNumber, CallType, CallDate, ReviewDate, Comments, Points, AgentsName)
With rstTemp
.AddNew
!CallNumber = intCallNumber
!GroupNumber = strGroupNumber
!MemberNumber = strMemberNumber
!CallType = strCallType
!CallDate = strCallDate
!ReviewDate = strReviewDate
!Comments = strComments
!Points = intPoints
!AgentName = strName
.Update

End Sub

Thank you,
Tony

Related Problems :
Post a Note :
UserName (not required in anonymous posts)
Password (not required in anonymous posts)
Post Anonymous (check this only if you wish to post anonymously.)
Subject
Comment (limited HTML allowed)



List Home > Databases > Microsoft Access >   [ Post New Problem ]
Copyright © 2001-2008, Nibble Guru