Linking forms with "select"?
- From: "Alex P. via AccessMonster.com" <forum@xxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 10:57:10 GMT
Greetings. I have linked my 2 forms with "Select" code before, here is what I
have:
Select Case source_id
Case 5
DoCmd.OpenForm "CommentCard", WhereCondition:="comment_id=" & Me.comment_id
Case Else
DoCmd.OpenForm "PhoneComments", WhereCondition:="comment_id=" & Me.comment_id
End Select
---
Now I need to specify the path for source_id somehow to the table where the
comment is stored, because I am missing source_id on the current form and
can't do anything about it. I am relatively new, so if you could help me out
that would be great
Thanks
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-forms/200508/1
.
- Prev by Date: Changing subform contents
- Next by Date: Re: Create a calendar
- Previous by thread: Changing subform contents
- Next by thread: How do i create a form that pulls data back between two dates?
- Index(es):
Relevant Pages
|
Loading