Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~758 People Reached
Favorite Forums

6 Posted Topics

Member Avatar for kn2790

[CODE]& "'" & stafid.Text & "', " _ & "'" & rooid.Text & "', " _ & "'" & date1.Text & "', " _ & "'" & time1.Text & "', " _ & "'" & areq.Text & "')"[/CODE] rename rooid.Text to roomid.Text also stafid.Text to staffid.Text if thats not the …

Member Avatar for QVeen72
0
118
Member Avatar for Zermoth

Am trying to print a report and also save it to a snapshot. The problem is that it runs off a query which works off two date fields (user entry). When I run it, it asks for the date twice, there by eliminating my backup of the file. There only …

0
81
Member Avatar for Zermoth
Member Avatar for Zermoth
0
127
Member Avatar for Zermoth

Try to do 3 things. The 1st see if a database exists in a certain location: if it dose then connect. else show error message. The 2nd see if the database is open: if open the display a message to the users that they are going to get disconnected. pause …

Member Avatar for Zermoth
0
158
Member Avatar for Zermoth

is there a way to disconnect a user/s from a database and/or display a msgbox to the users telling them that there are about to be disconnected? ms access 2003

0
100
Member Avatar for ryan311

Not completely sure what you exactly want. Here is my code to disable some user input and enable other Instead of keypress use keydown Select Case KeyCode Case 0 to 7 KeyCode = 0 Case Is = 8 KeyCode = KeyCode Case 9 to 31 KeyCode = 0 Case 32 …

Member Avatar for ryan311
0
174

The End.