473,387 Members | 1,892 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,387 software developers and data experts.

I moved a MDB file to new PC. Now I can't even "sort ascending"

This must be a permissions issue. But I don't know how to fix it.
I am in the middle of writing a database so I haven't even
learned how to deal with security yet.
Could someone tell me how to stop "sort ascending" in a table
being greyed-out? Much appreciated.

Thanks.
--
Pontins History E-Mail: us****@pontinshistory.co.uk
Please visit www.pontinshistory.co.uk
Skype ID (instant messaging and video calls): howie10
Mar 28 '07 #1
6 1440
On Wed, 28 Mar 2007 14:27:24 +0100, Howie
<to******************@end.of.message.com.invalidwr ote:

Perhaps the file is readonly, or on a readonly share?
-Tom.

>This must be a permissions issue. But I don't know how to fix it.
I am in the middle of writing a database so I haven't even
learned how to deal with security yet.
Could someone tell me how to stop "sort ascending" in a table
being greyed-out? Much appreciated.

Thanks.
Mar 28 '07 #2
Hi. Thanks for the reply. No, I've just re-checked and neither of
those options apply.

H.

<no*************@cox.netwrote:

|On Wed, 28 Mar 2007 14:27:24 +0100, Howie
|<to******************@end.of.message.com.invalidw rote:
|
|Perhaps the file is readonly, or on a readonly share?
|-Tom.
|
|
|>This must be a permissions issue. But I don't know how to fix it.
|>I am in the middle of writing a database so I haven't even
|>learned how to deal with security yet.
|>Could someone tell me how to stop "sort ascending" in a table
|>being greyed-out? Much appreciated.
|>
|>Thanks.
--
Pontins History E-Mail: us****@pontinshistory.co.uk
Please visit www.pontinshistory.co.uk
Skype ID (instant messaging and video calls): howie10
Mar 28 '07 #3
On Mar 28, 7:31 am, Howie
<to.reply.pls.see....@end.of.message.com.invalidwr ote:
Hi. Thanks for the reply. No, I've just re-checked and neither of
those options apply.

H.

<no.spam.tom7...@cox.netwrote:

|On Wed, 28 Mar 2007 14:27:24 +0100, Howie|<to.reply.pls.see....@end.of.message.com.inv alidwrote:

|
|Perhaps the file is readonly, or on a readonly share?
|-Tom.
|
|
|>This must be a permissions issue. But I don't know how to fix it.
|>I am in the middle of writing a database so I haven't even
|>learned how to deal with security yet.
|>Could someone tell me how to stop "sort ascending" in a table
|>being greyed-out? Much appreciated.
|>
|>Thanks.
--
Pontins History E-Mail: use...@pontinshistory.co.uk
Please visitwww.pontinshistory.co.uk
Skype ID (instant messaging and video calls): howie10
The only other thing that occurs to me is that you can't sort on memo
fields. Is that the case?

-- Larry Engles

Mar 29 '07 #4
Try changing "Default Record Locking" (Advanced tab of the Options dialog)
from
'All records' to 'Edited Record' or 'No Locks' as appropriate. I never found
any explanation on Newsgroups or MSKB.

"Howie" <to******************@end.of.message.com.invalidwr ote in message
news:88********************************@4ax.com...
This must be a permissions issue. But I don't know how to fix it.
I am in the middle of writing a database so I haven't even
learned how to deal with security yet.
Could someone tell me how to stop "sort ascending" in a table
being greyed-out? Much appreciated.

Thanks.
--
Pontins History E-Mail: us****@pontinshistory.co.uk
Please visit www.pontinshistory.co.uk
Skype ID (instant messaging and video calls): howie10


Mar 29 '07 #5
On 29 Mar 2007 00:19:42 -0700, en****@ridesoft.com wrote:
|The only other thing that occurs to me is that you can't sort on memo
|fields. Is that the case?
|
|-- Larry Engles

Hi Larry.

No, not a memo field.

H.
--
Pontins History E-Mail: us****@pontinshistory.co.uk
Please visit www.pontinshistory.co.uk
Skype ID (instant messaging and video calls): howie10
Apr 2 '07 #6
On Thu, 29 Mar 2007 09:50:29 -0600, "Dennis Hartmann"
<dh*******@mlcost.comwrote:

|Try changing "Default Record Locking" (Advanced tab of the Options dialog)
|from
|'All records' to 'Edited Record' or 'No Locks' as appropriate. I never found
|any explanation on Newsgroups or MSKB.
|
Hi Dennis.

That did it!
Thanks very much. Your help is very much appreciated.
Howard.
--
Pontins History E-Mail: us****@pontinshistory.co.uk
Please visit www.pontinshistory.co.uk
Skype ID (instant messaging and video calls): howie10
Apr 3 '07 #7

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

Similar topics

7
by: Arnaud | last post by:
Hi, I work with php 4.3.4 and I don't understand the way php sort this array for example : <? $array = (-1, 30, "test", true); sort($array); var_dump($array); ?>
0
by: anders thoresson | last post by:
Is it possible to resort the rows in a table like in a query where using ORDER BY, but have to new sort order stored in the table structure? -- anders thoresson -- MySQL General Mailing List...
6
by: Erik R.N. | last post by:
Hi I have a ACCESS2002 table with a date-field in format "dd-mm-yyyy" which I "export" to a txt-file ( ; and " " ) and upload the txt-file to a MYSQL-table where the datefield is a varchar-field....
235
by: napi | last post by:
I think you would agree with me that a C compiler that directly produces Java Byte Code to be run on any JVM is something that is missing to software programmers so far. With such a tool one could...
188
by: infobahn | last post by:
printf("%p\n", (void *)0); /* UB, or not? Please explain your answer. */
2
by: Peter S. Guild | last post by:
Hello, I have a simple routine that uses a dataview to hold information. I need to sort these columns by section and then by desc. No matter what I do the dataview will not sort. What am I...
1
by: Mark Sandfox | last post by:
Is there a way to restrict the user to only selecting and sending either a ..gif or .jpg. Everything I have read says this option can not be done by design (security reasons). I find that irronic...
5
bartonc
by: bartonc | last post by:
By that I mean they stop evaluation at the first True part of the expression. I use it often to replace an uninitialized object. Like this: >>> aString = "" >>> aString or "Hello, world" 'Hello,...
2
by: ronnysaid | last post by:
Hello, Is there a way to get Excel 2007 "sort by" value from a cell range?? to be more clear, if column header is country and you sorted cell range (A1,A10) by country, is there a way to get...
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
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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,...

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.