Search Results

Showing results 1 to 10 of 10
Search took 0.01 seconds.
Search: Posts Made By: timothybard
Forum: MS Access and FileMaker Pro 7 Days Ago
Replies: 3
Views: 288
Posted By timothybard
I would always recommend having a primary key; if you don't need it now, perhaps you will need it later; if nothing else, it will help you refer to records while debugging.

MS Access does support...
Forum: MS Access and FileMaker Pro Sep 20th, 2009
Replies: 7
Views: 1,379
Posted By timothybard
Are you familiar with VBA? If so, the code you need should be something along the lines of this:


Private Sub Combo182_Change()
Combo183.rowsource = "SELECT Models.[Model Name] FROM Models...
Forum: VB.NET Apr 27th, 2009
Replies: 10
Views: 984
Posted By timothybard
As far as your error.. can you show the original code, which I assumed worked, and the modified code so that we can see the changes you made.

On the line you referenced, you have the following:
...
Forum: Database Design Apr 19th, 2009
Replies: 5
Views: 596
Posted By timothybard
You need a Supply ID primary key in the Supply table with event no and wedding no as foreign keys. The way you have it set up currently, each event/wedding can have only one supply (I'm assuming the...
Forum: Windows Software Feb 18th, 2009
Replies: 3
Views: 747
Posted By timothybard
From what you described, it sounds like the VLOOKUP function will work.

You give VLOOKUP a value, a range and a return column. The function will then look for the value in the range and then...
Forum: Database Design Nov 12th, 2008
Replies: 17
Views: 3,110
Posted By timothybard
What is the difference between the lecture entity and the session entity; isn't a lecture just a type of session? Same with practical session and session.

I see you removed the relationship...
Forum: Database Design Oct 30th, 2008
Replies: 8
Views: 1,117
Posted By timothybard
This is how I would approach the issue. I would have one table to track the bills, one table to track the people and one table to track the transactions:

Bills (ID, amount, date billed, date due,...
Forum: VB.NET Oct 2nd, 2008
Replies: 6
Views: 544
Posted By timothybard
Well, if you don't want to use a class but instead only use an array, I recommend using a multidimensional array. A multidimensional array will allow you to store the lengths and widths of each room...
Forum: Database Design Sep 22nd, 2008
Replies: 2
Views: 1,685
Posted By timothybard
This is my recommendation:

Create one 'user' table that stores, at a minimum, UserId, but could also store name, DOB, etc.

Create one 'Attributes' table that stores all the different...
Forum: Windows Software Sep 18th, 2008
Replies: 2
Solved: Excel 2003
Views: 575
Posted By timothybard
Here are the steps to making one cell display the information in another cell. When the source cell is changed, the cell that refers to it will change as well:

1) Click on the cell that will...
Showing results 1 to 10 of 10

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC