473,503 Members | 1,739 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

question on tab order...this is not a std question

We have a person that has 4 columns and 20 rows of data.

when they have all the info they want to put in the data a row at a time.
BUT if they only have the first column of data they want to enter that.

with tab orders you can set it to go across or down each column.

He wanted to know if he could use the down arrow to put in the one column.

has anyone ever faced this or heard about someone wanting this, and how you
might go about doing it?

I am not sure what if anything can be done this way

thanks big time for any hints ideas or whatever

Jerry
Nov 13 '05 #1
5 1317
Is this an Access or Excel question? If Access, is the user entering data
directly into the tables? If so, they shouldn't be. By moving down, do you
mean going from one record to the next? If so, try the Page Down key on a
form. The Down Arrow will move to the next record in a table. On a form, the
Down Arrow will move to the next field or next character, depending on the
selection in the Keyboard tab in Tools|Options.

--
Wayne Morgan
MS Access MVP
<sp****@somewhere.net> wrote in message
news:nm********************************@4ax.com...
We have a person that has 4 columns and 20 rows of data.

when they have all the info they want to put in the data a row at a time.
BUT if they only have the first column of data they want to enter that.

with tab orders you can set it to go across or down each column.

He wanted to know if he could use the down arrow to put in the one column.

has anyone ever faced this or heard about someone wanting this, and how
you
might go about doing it?

I am not sure what if anything can be done this way

thanks big time for any hints ideas or whatever

Jerry

Nov 13 '05 #2
sp****@somewhere.net wrote:
He wanted to know if he could use the down arrow to put in the one column.

has anyone ever faced this or heard about someone wanting this, and how you
might go about doing it?

I am not sure what if anything can be done this way


Use a datasheet view for the form. What can be made to look nice is a
form view main form with a datasheet subform. Then you can arrow to
your heart's content.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #3
On Fri, 07 Jan 2005 15:23:48 GMT, "Wayne Morgan"
<co***************************@hotmail.com> wrote:
Is this an Access or Excel question? If Access, is the user entering data
directly into the tables? If so, they shouldn't be. By moving down, do you
mean going from one record to the next? If so, try the Page Down key on a
form. The Down Arrow will move to the next record in a table. On a form, the
Down Arrow will move to the next field or next character, depending on the
selection in the Keyboard tab in Tools|Options.

was a little sleepy when I posted this.

its on a std form. we have 64 fields... 16 down and 4 across

the data is based on what is in col 1 and the data is entered in the next 3
fields going across

1 2 3 4
--- ---- ---- ----
---- ---- ---- ----
---- ---- ---- ----
---- ---- ---- ----
---- ---- ---- ----
---- ---- ---- ----
---- ---- ---- ----

something like this (hope it keeps format on post)
they want to enter something in col 1 then the 3 followups in cols 2-4
going across

but if they only have the initial data they want to be able to go down col 1
entering it only.

so its fill up everything going 1 2 3 4
or just col 1 1 1 1 1 1 1 1 1

does this make more since

and sorry for the terrable description

jerry

Nov 13 '05 #4
sp****@somewhere.net wrote:
does this make more since

and sorry for the terrable description


D-A-T-A-S-H-E-E-T V-I-E-W !!!!!!!!!!!!!

8)

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #5
Yes, it makes more sense. I think you'll find the Page Down key will do what
you want as long as there is no code in the form's Current event to move the
cursor to a particular control with every record change.

--
Wayne Morgan
MS Access MVP
<sp****@somewhere.net> wrote in message
news:7i********************************@4ax.com...

was a little sleepy when I posted this.

its on a std form. we have 64 fields... 16 down and 4 across

the data is based on what is in col 1 and the data is entered in the next
3
fields going across

1 2 3 4
--- ---- ---- ----
---- ---- ---- ----
---- ---- ---- ----
---- ---- ---- ----
---- ---- ---- ----
---- ---- ---- ----
---- ---- ---- ----

something like this (hope it keeps format on post)
they want to enter something in col 1 then the 3 followups in cols 2-4
going across

but if they only have the initial data they want to be able to go down col
1
entering it only.

so its fill up everything going 1 2 3 4
or just col 1 1 1 1 1 1 1 1 1

Nov 13 '05 #6

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

Similar topics

2
1468
by: Neal | last post by:
I just made a table sortable by column headers by reading a thread posted here a while ago. Here is the code simplified: $sort_order = 'id'; if($order == 'jobtitle'){ $sort_order = 'jobtitle';...
3
1836
by: ricksql | last post by:
#temptable got order,fname and age. trying to find two high maxes per each order. query returns (1) but (2) is correct answer. supposedly, max(age2) < max(age1). **** select d.order,case d.t...
6
1296
by: Kay | last post by:
Hello, My question isn't specific to .Net but as .Net is object oriented, I would be interested if someone could let me know if there is a standard way of implementing what I describe below in...
6
1556
by: Ksenia Marasanova | last post by:
Hi, I have a list that contains nodes from a tree. Each node is a class instance, but I'll use dictionary here to simplify the example. So the list looks like this: Where 'ord_number' is...
6
2953
by: Chuck M | last post by:
Is there a simple way to change the sort order in Access (numeric-alpha) to alphanumeric? I've searched the help files and some books, but found no answer. Thanx for any advice Chuck
8
3329
by: der | last post by:
Hello all, I've a question about order of evaluations in expressions that have && and || operators in them. The question is: will the evalution go left-to-right, no matter what -- even if the...
21
4656
by: siroregano | last post by:
Hi Everyone- I'm new to this group, and almost-as-new to asking programming questions publicly, so please forgive me if I miss a convention or two! I have a text file, around 40,000 lines...
8
1543
by: Chris | last post by:
I had a OO model worked out which involved forms populating new instances of a class and being stored in an ArrayList. I'm now moving this over to a DB backend rather than a file - I've been...
5
2825
by: Jan Smith | last post by:
I've searched the overloads for the Array.Sort method, and I haven't found a clear answer to my question. Maybe it's not in Array.Sort. Here's the question: I initialize an array X with the...
20
1578
by: mdh | last post by:
Could someone help me understand one aspect of an exercise in K&R II; (page 76) Given function: double pop( void){ ....return a double from a stack if present }
0
7203
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7087
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7281
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7334
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7462
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5579
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3156
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
737
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.