Search the web
Sign In
New User? Sign Up
MS_Access_Professionals · MS Access Professionals
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 21439 - 21468 of 76919   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21439
Check files new and the templates there. The mersonary in me must say many of us are for hire for custom databases. newleslie2000 <no_reply@yahoogroups.com>...
Joe Hecht
joe_hecht
Offline Send Email
Dec 1, 2004
1:20 pm
21440
I am working on an inherited database. They use roll it yiur self texk pk. Can I add autocount pk's to tables, append queries to the related tables. Or Do I...
Joe Hecht
joe_hecht
Offline Send Email
Dec 1, 2004
1:21 pm
21441
Again - No answer to original question. why is it that you can not answer the original but answer subsequent comments that are posted within replies that I can...
Kevin M Carman
kmcarman72
Offline Send Email
Dec 1, 2004
2:28 pm
21442
Hi Bill, Thx for your very helpful response....your information has improved my understanding... will file this response...... 1) "cannot assign Null to a...
happily
happily613
Offline Send Email
Dec 1, 2004
3:34 pm
21443
Hi all. I am writing some line graphs based on queries and using the wizard. It previews nicely, but when I generate the actual report, instead of using the...
mum2sparky
Offline Send Email
Dec 1, 2004
3:35 pm
21444
Greetings: Background: Have a vba script that processes a .TXT file from the mainframe. Would like to have the vba script run via the Windows Task Scheduler on...
happily
happily613
Offline Send Email
Dec 1, 2004
6:12 pm
21445
Path/files with spaces in them need double quotes around them in older versions of Windows. But you could also just use the START command, ex: START...
Steve Conklin (Develo...
stephenmconklin
Offline Send Email
Dec 1, 2004
6:34 pm
21446
Hi all, I'm pretty sure that I can't do it, but I want to find a way to do it anyway. Can a function from an inherited class be overridded by a function in a...
Neil Squires
greaterdesig...
Offline Send Email
Dec 1, 2004
6:35 pm
21447
Hi Steve, Thx so much for response! Both ways work! Another question, if I may: By doing some google searches, found these thoughts: "Any macro named AutoExec...
happily
happily613
Offline Send Email
Dec 1, 2004
6:56 pm
21448
I've used the alternative (I'd call it preferable, but I'm anti macro). It works fine. I'd say it's irrelevant whether the form opens visible or hidden. I...
Paul
pbaldy72
Offline Send Email
Dec 1, 2004
8:27 pm
21449
Hi Paul, Thx s-o much for replying....This is the first time I am automating an mdb....so have spent time doing google searches for information on both...
happily
happily613
Offline Send Email
Dec 1, 2004
9:12 pm
21450
Hi all, I have a form with a subform. The subform initially displays all the records from the many side of the relationship. If the user decides, they may...
Rick
dethtek
Offline Send Email
Dec 1, 2004
9:21 pm
21451
Sandra ... use vbNullString to initialize form/report textboxes and work strings used for calculations/hold areas. ... All string variables are initialized to...
Bill Mosca
wrmosca
Offline Send Email
Dec 1, 2004
9:43 pm
21452
Hi Bill, Lovely explanation....will file away for reference....thx again, Sandra Bill Mosca <wrmosca@...> wrote: Sandra ... use vbNullString to...
happily
happily613
Offline Send Email
Dec 1, 2004
9:50 pm
21453
Zane, Apparently you are aiming to display the images not within a control on an access form, but independently, in full screen mode. This may please be...
A.D.Tejpal
adt_h
Offline Send Email
Dec 2, 2004
11:51 am
21454
mum2sparky, The problem faced by you indicates that the desired values of RowSource have not yet sunk in. What you are seeing, are the default values. As a...
A.D.Tejpal
adt_h
Offline Send Email
Dec 2, 2004
12:26 pm
21455
Just a quick question. I currently have approx 150k records of which probably 100k are duplicates. Is there a fast method to delete duplicate records vs...
John
jwlarmond
Offline Send Email
Dec 2, 2004
2:36 pm
21456
I have been at a loss to find a database example that I can copy which handles a Search process the way I want it to work. I want the user to be able to type...
caycelea
Offline Send Email
Dec 2, 2004
3:47 pm
21457
Caycelea, I don't currently have any examples of the process you are looking for, but I have done something similar in the past using a form with an edit...
Neil Squires
greaterdesig...
Offline Send Email
Dec 2, 2004
4:01 pm
21458
Make a backup first. There is a query wizard that will find the duplicates for you. That's a good starting place. Is the data "exactly" the same in the...
Neil Squires
greaterdesig...
Offline Send Email
Dec 2, 2004
4:03 pm
21459
Rick, You could run a query filtered to that specific user, and the highest autonumber for them, excluding the current one, of course and grab the date that...
Neil Squires
greaterdesig...
Offline Send Email
Dec 2, 2004
4:07 pm
21460
A.D., Thanks for your response. After researching the situation a little more, I have been able to determine that what I am doing is on a form we have a button...
Zane A. Zigmund
ziggiggles
Offline Send Email
Dec 2, 2004
5:08 pm
21461
How do you remove duplicate records from a table? There is a very simple way to do this. Right-click your table and select copy. Right-click in a blank spot of...
Bill Mosca
wrmosca
Offline Send Email
Dec 2, 2004
5:18 pm
21462
I just posted a Tip Of the Week (TOW) that addresses this. Bill Mosca Founder ... which...
Bill Mosca
wrmosca
Offline Send Email
Dec 2, 2004
5:21 pm
21463
I know this has already been answered, but here is how I have gotten rid of duplicates in the past. I take my old table with the duplicatess and run a find...
kris Christie
laby46
Offline Send Email
Dec 2, 2004
6:10 pm
21464
Zane, The mail coming through the group server, appears to lose all special formatting and colors. Could you please send a copy again - at the following...
A.D.Tejpal
adt_h
Offline Send Email
Dec 2, 2004
6:45 pm
21465
Thanks for the quick responses. I've also found that by making a MAKE-Table, that will do the trick as well. Using a MakeTable, I just set the Unique Values...
John
jwlarmond
Offline Send Email
Dec 2, 2004
6:53 pm
21466
Hullo, I was wondering if anyone here knows what the copyright rules are? Is copyrighting a db designed in Access the same as copyrighting a VB program? Thanks...
sweetspot otk wench
ladyeth
Offline Send Email
Dec 2, 2004
7:10 pm
21467
I just posted a Tip Of the Week (TOW) that addresses this. Bill Mosca Founder ... which...
Bill Mosca
wrmosca
Offline Send Email
Dec 2, 2004
7:26 pm
21468
You need to consult a lawyer for copyright information. I'm not a lawyer. That said... Yes, you can copyright an Access database DESIGN. I have copyrighted all...
Bill Mosca
wrmosca
Offline Send Email
Dec 2, 2004
7:31 pm
Messages 21439 - 21468 of 76919   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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