Search Result
Collapse
2 results in 0.0045 seconds.
Keywords
Members
Tags
-
Emily Crawford started a topic How do I get my query to pull data based on two different sets of date parameters?in AccessHow do I get my query to pull data based on two different sets of date parameters?
I have a query that has two date fields. One date field is from the Request Table and it is called RequestDate - the date the employee requested training. The second date field is called ClassTaken from the Enrollment Table - and it is the day the employee took the training they requested. I am trying to create a report that asks the user to input one set of dates for the RequestDate field and a different set of dates for the ClassTaken date fields... -
Game of Life. I've isolated where the problem is
So, I've been working on this Game of Life (http://www.bitstorm.or g/gameoflife/) project, and all the code has been written. However, it will not run. First, I will post the error message and the fragment of code I think to be the cause of the problem. Then, I will post the code to all 3 of my java files in their entirety should you wish to reference them. Any help would be much appreciated.
Also, if it would help fix my error,...