Is this possible in a form?

KadeFoster

Registered User.
Local time
Tomorrow, 09:30
Joined
Apr 7, 2012
Messages
67
What i would like to know is:

Is making certain Cells appear when selecting an option from a drop down box possible. I am pulling the cells all from one table including the drop down selection. Example.

Its to do with the jobs I do at work so it is in regards to that as options.

[Drop Down Selection: Forklift]

Cells to appear on that selection:
[Troubleshooting: NumberField] [Tramming: NumberField] [Status: LookupField, Dropdown] [Comments: Memo]

[Drop Down Selection: Pull Testing]
[Hours: NumberField] [Location: Text] [Level: Text] [Comments: Memo]

There are about 5 or so different job selections that i would like to be able to add and the relevant fields.

Also would like to have an Add Job button so i could add another entry, and a delete button to remove the job entry.

Is this possible in a form and would using one table for all this info be the right way to go or should i create separate tables for all of the job types and link them in a form some how? There can be multiples of each JobType per day.

I hope i have explained this good enough.
 
Anything is possible. But it all starts with data structure which is what you need to design first. How data is stored is not determined by how it is displayed (like in Excel). Design your data structure first, and do not think about forms until the data strucure is done.

Which tables do you envisage (corresponding to your business objects), and how are they related? Eg: tables students, classes, studentsinclasses, and relations: one student can take many classes, one class can be attended by many students.
 
I have some tables just not sure if they are right is all. I am working backwards from forms as i find it easier to understand when i am trying to reverse engineer it.

I wish my input data was classes and student info as it probably would be easier for me to understand. I just had a thought that i could create more tables then create forms which will appear by the selection of a tick box or something. Maybe easier and a better way to achieve what i want.
 
Cool thanks, I understand what you mean, I have created many tables, alot of the columns in each of the tables is the same. How ever i think i have just made a mess with my tables. I want to create a form that looks like a form not a DB as my supervisor has not idea and i would just like him to enter what is required press submit and done.

Would i need a column with the job types? Is there a chat facility in this forum as its easier to chat then post lol
 

Users who are viewing this thread

Back
Top Bottom