473,378 Members | 1,438 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Open Form From Table

Is it possible to open a form from table and have it access a given
record?

I want to be able to query all baseball cards with the last name Jones
and have it open a table. In each record of the table I have a
hyperlink field that opens a form. Now say I have 10 Jones' and I
want the form to open up to Andruw Jones not Chipper Jones. Is this
possible?

This is more of a curiosity question than anything.

Thanks.

Bill
Nov 13 '05 #1
2 7937
Bill, It's not possible via a table because the table doesn't have events
associated with it. What you do is design Forms and use the table/queries
as the recordsource for the forms. You can make the forms look just like a
table by setting its default view to datasheet if you like or you can design
it to look like a datasheet by setting it's view to continuous form and
adjust as you like. Now the form has click, double-click etc. events
associated with each record and you can capture those events, determine the
record you are on, and open another form to the record currently selected on
your form etc. Hope this helps!

--
Reggie

----------
"Bill Hand" <wh*****@Yahoo.com> wrote in message
news:20**************************@posting.google.c om...
Is it possible to open a form from table and have it access a given
record?

I want to be able to query all baseball cards with the last name Jones
and have it open a table. In each record of the table I have a
hyperlink field that opens a form. Now say I have 10 Jones' and I
want the form to open up to Andruw Jones not Chipper Jones. Is this
possible?

This is more of a curiosity question than anything.

Thanks.

Bill

Nov 13 '05 #2
Wouldn't it be easier to use a continious form and use a command
button to open the detailed record? It is not good design to open a
form from a table. Users should never have direct access to the
tables of a database. You are just asking for trouble.
wh*****@Yahoo.com (Bill Hand) wrote in message news:<20**************************@posting.google. com>...
Is it possible to open a form from table and have it access a given
record?

I want to be able to query all baseball cards with the last name Jones
and have it open a table. In each record of the table I have a
hyperlink field that opens a form. Now say I have 10 Jones' and I
want the form to open up to Andruw Jones not Chipper Jones. Is this
possible?

This is more of a curiosity question than anything.

Thanks.

Bill

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

55
by: Steve Jorgensen | last post by:
In a recent thread, RKC (correctly, I believe), took issue with my use of multiple parameters in a Property Let procedure to pass dimensional arguments on the basis that, although it works, it's...
3
by: I Are Confused | last post by:
I am trying to open Database #2 while in Database #1 and delete a table that is in #2 so that I can copy a table from #1 into #2 - all through a function. My Database #2, as part of the start up,...
4
by: Dalan | last post by:
I presume that using an open recordset method is the preferred method of accomplishing what I'm trying to do. Of course, if there are other options that would work, feel free to share them. I...
2
by: Julia Baresch | last post by:
Hi everyone, As some of you may know, we've been having trouble with an unrecognized database format error. Today I installed an unfinished project on the workstation of one of my users. ...
1
by: Just Me | last post by:
Table A contains a list of colors (example red, blue, green) Table B contains a variation of the colors in Table A (example light-red, medium-red, dark-red) To add a color variation to Table...
4
by: sara | last post by:
I am learning with a simple application/form. I am ok - enter customer name, list box of customers, select a customer, see the items for that customer. The items form has customer ID and Name...
3
by: rdemyan via AccessMonster.com | last post by:
My application is split into a front end and back end. Each user has their own copy of the front end. There are a few forms I only want to be open for one user at a time. So I've implemented the...
12
by: Orchid | last post by:
Hello all, I have different version of reports which used for different months. For example, I am using report version 1 up to September, but we have some design changes on the report for October,...
5
by: BD | last post by:
I am coding with C# in Visual Studio 2005 for a database application residing on remote MS SQL Server 2005. What I want to do is open the same form but from 2 different places and only one...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.