Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

accessaskme · Any help you need with Microsoft Access.

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 614
  • Category: Databases
  • Founded: Mar 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 42 - 71 of 7461   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
42 jyargeau@xxxxxxx.xxx Send Email Jun 1, 1999
2:26 pm
We have a database used by several people on a shared drive. We have one machine with the following Win95 OSR2, Office97, 233Mh computer with 128 meg of ram....
43 r a
sbs1@xxxxxxxx.xxxx Send Email
Jun 2, 1999
9:00 am
you could try : re installing ms access on the machine, or maybe there might be a record locking problem with this form.Go to properties and see what record ...
44 Paul Haigh
Pjhmyb@... Send Email
Jun 7, 1999
8:40 pm
hello all sory to burden you with this but does anybody know if there is a similar news group for MS word. i have a frustratingly simple problem that i just ...
45 Carrie E Feldhaus
faiachin@xxxx.xxxx Send Email
Jun 7, 1999
10:23 pm
Paul, Have you done a thorough virus scan lately? This sounds like a virus or you have accidentally set the PC to always open this file in word. Check the...
46 r a
sbs1@xxxxxxxx.xxxx Send Email
Jun 8, 1999
9:55 am
Hi folks Are there any access developers on this list who have experience of Monte Carlo Simulations? If so,please let me know. Thanks very much Rav Get your...
47 Chris Davis
tharmagon@xxxxx.xxxx Send Email
Jun 17, 1999
5:15 pm
I have a client who finds using the menu sort buttons difficult to use. I therefore want to create a button on top of each column on a continous form. The...
48 Chris Kelly
chris@xxxxxxxxxx.xxxx Send Email
Jun 19, 1999
3:11 am
Chris, ... the following 2 lines (in each Sub) will do this: Me.OrderBy = _Control.Name Me.OrderByOn = True Note that the .OrderBy property is a String, so you...
49 Michael G Fox
mfox@xxxxxxx.xxx.xxx Send Email
Jun 19, 1999
4:51 am
I know that this question has probably been asked a thousand times and I am sorry to ask it again. I am writing a database that maybe used on several types of...
50 Chris Kelly
chris@xxxxxxxxxx.xxxx Send Email
Jun 19, 1999
9:42 am
Michael, ... screen size ... You probably mean to refer to different resolutions - 640x480/800x600/1024x768/etc - the physical size of the moniter ...
51 Chris Davis
tharmagon@xxxxx.xxxx Send Email
Jun 21, 1999
2:26 pm
Thanks Chris, I'll give it a try ... +-------------------------------+-----------------------------------------+ ... ...
52 Bhuvah@xxxx.xxx.xx Send Email Jun 22, 1999
3:35 am
Can anyone tell me how to play a sound when I open an access database and how to have animated gifs on access forms? Also, does anyone know of a good personal...
53 netmastersolutions
msouthon@xxxxxxxxxxxx... Send Email
Jun 22, 1999
4:24 am
Hi, Can anyone tell me if there is any way of making Access97 accept more than 255 characters of text per column? If not, does anyone know of another Database...
54 Gavin McEwan
gavinmce@xxxxxxx.xxxx Send Email
Jun 22, 1999
10:43 am
... Tried using Data Type "Memo" rather than "Text" in the table design?...
55 Mark
marka@xxxxxx.xx.xxx Send Email
Jun 22, 1999
10:52 am
Change the field type from text to memo. ... From: netmastersolutions [mailto:msouthon@...] Sent: 22 June 1999 06:25 To:...
56 Chris Kelly
chris@xxxxxxxxxx.xxxx Send Email
Jun 22, 1999
11:06 am
... G'day ... Yes, I can. The 255 character limit is the maximum size of a TEXT field. More than that requires a MEMO field (which has a limit 32k, or maybe...
57 Chris Kelly
chris@xxxxxxxxxx.xxxx Send Email
Jun 22, 1999
11:43 am
... Check out the PlaySound() & sndPlaySoun() Win API calls. ... Can't help there at all, sorry. ... You could extend the MS sample app, supplied with Access,...
58 MCBaade@xxx.xxx Send Email Jun 22, 1999
2:12 pm
I don't know if I'm answering this post in the proper manner - but I do know the answer! Define the data type as "memo" and it will take up to 65,535...
59 Chris Davis
tharmagon@xxxxx.xxxx Send Email
Jun 22, 1999
2:31 pm
Set your field to Memo type in the table, you can then store up to 1GB and view 32KB ina single text box. ... From (no email address) Wed Dec 31 16:00:00 1969 ...
60 Chris Davis
tharmagon@xxxxx.xxxx Send Email
Jun 22, 1999
2:39 pm
For the animated gifs check out the ActiveX controls available from FMS, look at www.fmsinc.com ... ...
61 Chris Davis
tharmagon@xxxxx.xxxx Send Email
Jun 22, 1999
2:39 pm
For the animated gifs check out the ActiveX controls available from FMS, look at www.fmsinc.com ... ...
62 Gavin McEwan
gavinmce@xxxxxxx.xxxx Send Email
Jun 22, 1999
4:15 pm
... This bloke's probably wishing he'd never asked now!...
63 Chris Kelly
chris@xxxxxxxxxx.xxxx Send Email
Jun 22, 1999
4:35 pm
... Gee, that needed saying. Were you _never_ an FNG? Pull yer head in you _Goose_. Chris Kelly ...
64 Valerie Urban
urban@xxxxxx.xxxx Send Email
Jun 22, 1999
5:41 pm
Hello everyone, I don't know a lot about Access, but I've been able to make a form to enter books (I work for a bookseller), build a query to pick the books ...
65 Olivier, Dave
Dave.Olivier@xxxxx.xxxx Send Email
Jun 22, 1999
6:04 pm
What is the function that would allow me to convert data in a numeric to a formatted text field: ex. from a numeric field 12455 would be $12,455.00...
66 mccormdl@xxxxx.xxxxxx...
mccormdl@xxxxx.xxxxxx... Send Email
Jun 22, 1999
6:13 pm
... Within Microsoft Access when looking at the table in design view, go to the data type column and click on the field you want to change. On the bottom a...
67 Olivier, Dave
Dave.Olivier@xxxxx.xxxx Send Email
Jun 22, 1999
6:21 pm
Yes - that changes how it looks but what if you want to convert it to text and also add formatting (commas, currency symbols)....
68 Stephen Pickering
SJPickering@xxxxxx.xxxx Send Email
Jun 22, 1999
6:23 pm
You may want to check out the Format function, or one of the other conversion functions, like CCur, depending on exactly what you would like to do with the...
69 Stephen Pickering
SJPickering@xxxxxx.xxxx Send Email
Jun 22, 1999
6:29 pm
You could design a report in Access and export it to Word as a .rtf file. However, that can lose some of the formatting. Font styles and sizes usually stay...
70 Olivier, Dave
Dave.Olivier@xxxxx.xxxx Send Email
Jun 22, 1999
6:36 pm
That's exactly what I was about to try. I'll do an Access report, include all the formatting and then export it. They want to download the file to a Palm...
71 mccormdl@xxxxx.xxxxxx...
mccormdl@xxxxx.xxxxxx... Send Email
Jun 22, 1999
6:49 pm
I am just out of college and I am working on a database project at work. So I am new to both MS Access as well as SQL language. I made two separate queries,...
Messages 42 - 71 of 7461   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help