Access open form

This is a discussion on "Access open form" within the Databases section. This forum, and the thread "Access open form are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 14th, 2006, 16:34
Reputable Member
Join Date: Nov 2005
Posts: 127
Thanks: 0
Thanked 0 Times in 0 Posts
Access open form

Hi,

I have a search form which applies filters to a database and returns the fields that match my criteria, a summary of the information is then loaded into textboxes and im trying to click on one of the boxes to open a new form and load the relevant record into that form. The problem is, I can open the form but it isn't loading the relevant record into the form.

My code is

Code: Select all
Private Sub record_id_Click()
DoCmd.OpenForm "record_details", , , _
        "[record_ID]" = """ & Me.record_id & """
End Sub
where record_details is the form im opening, record_id is the textbox and record_ID is the field in the database that im using to find that record.

Can any please tell me whats wrong - at present im getting no data in the form but it is bound properly.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

Reply

Tags
access, load recordset, open form

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
using JavaScript to open/access another sites jayaramgussy JavaScript Forum 0 Jul 5th, 2007 06:52
try to open php and asks if i want to open or save file steven rowlands PHP Forum 6 Feb 20th, 2007 21:42
Access Form Event oldmanmedic Databases 1 Jun 27th, 2006 00:01
ASP form to access db in fpdb folder JED01 Classic ASP 3 Mar 27th, 2006 16:54
Asp form connecting to Access tolis Classic ASP 5 Jan 10th, 2006 14:32


All times are GMT. The time now is 11:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42