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 <>...
I am trying to do a popup form that will only display the records for the current record on the main form. Does anyone have some advice, as I am going in...
I have a database that I use mainly on the same machine, with a briefcase replica on a flash drive, partly as a backup and also to facilitate portability. I...
I am working on a database for a friend of mine that really enjoys playing RPG games. In this database, I'm designing a report that will produce the printed...
Hi, I do not know the answer even if I had that data. It is an interesting question. Unfortunately, one of the limitations in the Yahoo groups is that...
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 : /Need...
ms_access@yahoogroups...
Jul 6, 2009 5:42 pm
21676
The Word document is in the "Need Help" folder. The name of the document is "Sample Game Control Panel.doc" and it is in Word version 97-2003. I apologize for...
... From: "Eugene Fleming" <eugenefleming@...> ... Actually, the group moderator or owner can determine the attachment settings. I don't know the default...
Najm; Try this: 1. In the Invoice table, make the Project Number AND the Customer Number a two-part key field. You can do this in the design view of the...
Pablo; Here's what I would do: 1. Create a query with your table as the record source. 2. Drag the A field down to the Query Design Grid and drop it on the...
Using a qbe grid, in the design mode, how can i parse a Name field containing a name and a maiden name in the same field to two seperate fields. Example: Name ...
Hello all, I have a database that I would like to create a process that after the user fills in the form the data in the table is copied to another database as...
I'vd designed a shared database for commercial department with access 2007 and in this version there no "user level security". so I need to know how to use the...
Hi All, I would like to design a hierarchical table that is similar to a geography table. The challenge is that for some region you need to skip a level....
Hi all, I have a macro to transfer the results of a query on one form to another form. I have it repeating the macro to equal the number of records displayed...
Hi again. Worked around my problem by adding a "end of file" record, so it is the last one selected becomes the one missed in the transfer. Not a good fix but...