Forum: MS Access and FileMaker Pro Aug 12th, 2009 |
| Replies: 9 Views: 652 I didn't realize i put quotes around it haha.. Ahh i realized why it wasn't working, and I cleared all the values first haha. Also I switched it to yes just in case.
I was using the reference to... |
Forum: MS Access and FileMaker Pro Aug 11th, 2009 |
| Replies: 9 Views: 652 I linked the update query to a button in the course form, and it doesn't work; it says its updating 0 rows.. I think i should reference the form checkbox instead or does it matter? If i should do it... |
Forum: MS Access and FileMaker Pro Aug 11th, 2009 |
| Replies: 9 Views: 652 Hey Tim,
I realized that after as well.
I actually came up with a code not to long after:
UPDATE tblCourse INNER JOIN tblEnrollment ON tblCourse.CourseID = tblEnrollment.CourseID SET... |
Forum: MS Access and FileMaker Pro Aug 10th, 2009 |
| Replies: 9 Views: 652 Hey Tim,
I'm just trying it out now. I tried to build one, but having issues:
SELECT tblCourse.[MandatoryForAll?], tblEnrollment.[MandatoryForEmployee?]
FROM tblCourse INNER JOIN tblEnrollment... |
Forum: MS Access and FileMaker Pro Jul 24th, 2009 |
| Replies: 4 Views: 472 Hey Tim.
I've gone ahead and tried the subreports.. and ive been trying to figure out for the last 2 hours why its screwing it up so much lol... It adds blank pages in between, i tried page breaks... |
Forum: MS Access and FileMaker Pro Jul 23rd, 2009 |
| Replies: 4 Views: 472 Hey Tim,
You are always to the rescue..haha
I'm going to work on it tomorrow.
I did a sub-report in a separate report because it would only fit landscape. im going to try doing subreports... |
Forum: MS Access and FileMaker Pro Jul 22nd, 2009 |
| Replies: 9 Views: 652 Just an update - i'm hoping to sit down and check that query out this weekend. I've been busy with work and school :(. I will keep you posted. |
Forum: MS Access and FileMaker Pro Jul 22nd, 2009 |
| Replies: 4 Views: 472 Hey, again I grace you guys with another question.
I've run into another speed bump - REPORTING! I didn't create the database - just simply adapting it to the needs. It was created externally.
... |
Forum: MS Access and FileMaker Pro Jul 16th, 2009 |
| Replies: 9 Views: 652 Thanks for the response Tim! I'm going to learn the update query and then I'll get back to you most likely next week |
Forum: MS Access and FileMaker Pro Jul 15th, 2009 |
| Replies: 9 Views: 652 Hey Guys,
Some of you know (Tim) that I'm working on a Professional Development and Training Database. I'm about to demo it to HR but I would like to add a feature: If a course is "Mandatory for... |
Forum: MS Access and FileMaker Pro Jul 11th, 2009 |
| Replies: 4 Views: 776 ahh so its not what I'm looking for. In terms of space, having seperate records wouldnt work because It would have to be stored to the program. And arrays are just like a virtual table, like you... |
Forum: MS Access and FileMaker Pro Jul 10th, 2009 |
| Replies: 4 Views: 776 also, i read something about cross tab queries, however, i'm not sure if thats what I was looking to do. |
Forum: MS Access and FileMaker Pro Jul 10th, 2009 |
| Replies: 4 Views: 776 Hey guys,
Although I decided against using a listbox and simply just using a subform, I did spend a lot of time trying to figure out how to get the listbox to store more than one values for that... |
Forum: Database Design Jun 28th, 2009 |
| Replies: 3 Views: 728 Hey Tim,
Thanks for your response. Yes, I was thinking employees and courses should have a many-to-many but I'm glad to hear I've already done that (haha) as well as that I've got the right... |
Forum: Database Design Jun 27th, 2009 |
| Replies: 3 Views: 728 Hey Guys,
I'm building a database that will be used to track the professional training and development courses employees take at my work. I'm relatively new to db's, and I find the relationships a... |
Forum: MS Access and FileMaker Pro May 26th, 2009 |
| Replies: 7 Views: 1,592 also, do you know of a good site or book that will walk me through SQL in Access- from beginner to this level?? |
Forum: MS Access and FileMaker Pro May 26th, 2009 |
| Replies: 7 Views: 1,592 Hi Timothy,
Thanks for the great response. That really helped alot espescially since your database is more simplified and less information. Again Sorry for the late response, it is not my top... |
Forum: MS Access and FileMaker Pro May 11th, 2009 |
| Replies: 7 Views: 1,592 Sorry for the late reply. I appreciate your quick response. Without giving you the extremely long list. ill give you some samples
Whats making this harder is the fact its coming from a form not... |
Forum: MS Access and FileMaker Pro Apr 29th, 2009 |
| Replies: 7 Views: 1,592 Hi Guys,
I'm new to SQL and just know the basics. My boss has asked me to help him with a new system they are developing using MS. Access.
In the form, the user enters their information as well... |
Forum: MS SQL Apr 28th, 2009 |
| Replies: 1 Views: 709 forgot to provide an example:
For example:
Form:
- The client enters their age and employment status
Client Age
Employment Status
Preferred Location (if any)
The criteria is matched up... |
Forum: MS SQL Apr 28th, 2009 |
| Replies: 1 Views: 709 Hi Guys,
I'm new to SQL and just know the basics. My boss has asked me to help him with a new system they are developing using MS. Access.
In the form, the user enters their information as... |