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>...
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...
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...
Hi Bill, Thx for your very helpful response....your information has improved my understanding... will file this response...... 1) "cannot assign Null to a...
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...
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...
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...
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...
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...
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...
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...
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...
Sandra ... use vbNullString to initialize form/report textboxes and work strings used for calculations/hold areas. ... All string variables are initialized to...
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...
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...
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...
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, 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...
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...
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...
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...
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...
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...
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...
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...
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...
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...