I ha a strange problem. I download a list of phone numbers from the state of Texas for a DO Not Call. The file comes is a .txt format tab delimited, so I use...
In reguards to the problem I posted earilier it was a field setting problem I realized it at 3:00am and was able to get all the information I needd from the...
hi all!!! please help me on how to do a report, like for instance i want to view 10 entries in the report details per page based on my query created. [Non-text...
I need to encrypt my MS Access 2007 ACCDB database file using a using a minimum key strength of 80 bits. When I encrypt the database it does not give me any...
hi friends, i have problem to give limitation to entry data, for example the numeric code is 1 = man 2 = woman, so there no 3 and so on.. please advice. thank...
Use a lookup table & set the field to limit the entries : ValidationRule Property You can use the ValidationRule property to specify requirements for data...
I use Access 2007 to manage a transportation program at a Senior Center. I'm not a big user of SQL, but have used Access enough that I usually can figure out...
Hello All, I have a macro that opens a report then filters the report by department codes and then outputs the reports to a folder as a snapshot viewer file....
... From: luvmymelody <luvmymelody@...> Subject: [ms_access] On no data event question To: ms_access@yahoogroups.com Date: Monday, May 18, 2009, 10:22 PM...
... From: luvmymelody <luvmymelody@...> Subject: [ms_access] On no data event question To: ms_access@yahoogroups.com Date: Monday, May 18, 2009, 10:22 PM...
Michael, There was no response on either email. Jim Wagner ________________________________ ________________________________ From: Michael Van Der Stad...
This is probably an easy thing...I have a form to display patron contact information from a table. Trouble is, when I add new records (which appear in the...
Probably a simple issue...I have a form designed to display Patron contact info saved in a table. Trouble is, new records added in the form (while appearing in...
Is the form bound to the table or a query? Perhaps there is a criteria that filters out the records. Just check Regards Liveson ... From: danvers70 To:...
The other possibility is that the form is opened in Add Mode and as such it doesn't display existing records. If that is true and you indeed want existing...
MAke sure you have a one to many relationship set ... From: Liveson Tumbulu <l.tumbulu@...> Subject: Re: [ms_access] Form Info Not Updated from Table...
I need a small help from any one. I have a table named Invoice with feilds Project# and customer #.Both of this feilds are selected as combo box with source...
Dear Friends, i am Facing some problems in the database i have created named( Offer creation ) Simply i have a table for ( clients, products, offer--> links...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ms_access group. File : /OFFER.accdb ...
ms_access@yahoogroups...
Jun 7, 2009 11:18 am
21658
I have the following code behind my report button that gives me a snap shot of my reports, but the way the code should work is given me the option to view the...
I'm sure this problem was addressed yesterday in AccessDevelopers forum. Probably delivery to ms_access forum was just delayed. Cheers Liveson ... From:...
I have a web site that is accessed by several programs and I keep getting an error.. This is the code that I am using and info from the hosting company. Can...
Hello all, I need some help generating a sum of 2 fields, where at least one field is in blank. I've attached a very small database that shows what I'm trying...
Hello Roy, This is all I needed and it worked: If isnull(A) then SUM = B If isnull(B) then SUM = A If not isnull(A) and A <> "" and not isnull(B) and B <>...