473,412 Members | 1,944 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Empty form Problem?

26
Hi,
i am using ms access 2000.

I have 3 tables called tblJob, tblPrint, tblDesign with one-to-one relationship.
I haved divided into different tables since i dont want to have too many fields in a single table.

tbljob:

JobID - PK
PrintID - FK1
DesignID - FK2
JobDesc
JobNo
JobDate
TotalCost

tblPrint:
PrintID - PK
InkFront
InkBack
GSM
PrintCost

tblDesign:
DesignID
Minimal
Retail
Quantity
DesignCost


The problem i have is, when i tried to create a form that includes all fields from above tables using a wizard , i get an empty form.
but when i switch it to design view,i i could see all fields.

why i could not see all the fields in form view?

can anyone help me , please.

chuz,
Asle
Sep 11 '07 #1
6 1525
damonreid
114 Expert 100+
Make a query to join the 3 tables check your join type it should be an outer join.

However I would simple make a single table, how many fields are you talking about here?
Sep 11 '07 #2
Asle
26
Make a query to join the 3 tables check your join type it should be an outer join.

However I would simple make a single table, how many fields are you talking about here?
Hi,

thanks for your reply.

one the whole, i have something close to 100 fields.
so that is why i have divided into 3 tables.

in the relationships, i have selected the join type 3 (right outer join).

but still it is showing an empty form..

i created a query that includes all these fields and tried to create a form using wizard.
but when i selected the query in form wizard, it is not showing any fields to select to create the form.

i dont know where i went wrong.

I appreciate your help in this regard.

thanks,
Asle
Sep 11 '07 #3
damonreid
114 Expert 100+
A simple solution may be to have a single table with your "key" on it and make the other tables have the same key as a look up. That way you will have a series of unique numbers in one table to form your query.

Don't use the query wizzard for this, simply open a new query in design view. Add the 3 tables and make your initial table the right hand join to all the other tables (depending on your personal layout).

I think the field limit in Access (2003) is about 175 fields though, 100 shouldn't be much of a problem speed wise.
Sep 11 '07 #4
Asle
26
A simple solution may be to have a single table with your "key" on it and make the other tables have the same key as a look up. That way you will have a series of unique numbers in one table to form your query.

Don't use the query wizzard for this, simply open a new query in design view. Add the 3 tables and make your initial table the right hand join to all the other tables (depending on your personal layout).

I think the field limit in Access (2003) is about 175 fields though, 100 shouldn't be much of a problem speed wise.

thanks damon.

thanks for your help.

I got that working. actually, i have to create another db which has more than 200 fields. i was bit scared what i am gonna do when i started to work on it.

lemme finish this first and take one step at a time.

thanks again for your reply.

chuz,
Asle
Sep 11 '07 #5
Hi this is my first post on the forums, it took me a while but I finally found something close to what I was searching for on the access forums close to the issues I am encountering. I haven't really developed before with Access 2003 so trouble shooting with this application is not my forte. The issue at hand is pretty similar to Asle, but I sort of did the recommended answer by creating a star schema with all the IDs in one table for the eight tables I created in design view, the datatype for all the IDs is number in this Table.
ID
EventID
ObsID
RecID
ActItemID
LocID
AssgnID
ImpctID
ProjID

The tables below are connected in a star schema to the ID table. The IDs field in these tables are autonumber, and the fields below are all text fields. I am also listing the relationship of the tables to the ID table above the tables below so you can see the relationship.The 1-1 and 1-many, relationship arrow starts from these very tables and ends in the ID table.

1->1
Events
EventID
Events

1->1
Observations
ObsID
Observations

1->Many
Recommendations
RecID
Recommendations

1->Many
Impacts
ImpctID
Impacts

1->Many
Action Items
ActItemID
Action Items

1->Many
Assignments
AssignID
Assignments

1->Many
Locations
LocID
Locations

1->Many
Projects
ProjID
Projects

I have linked each field in design view to a source from a table in the properties pallate in design view for forms. But still I can't see the fields in form view?? I would appreciate it if anyone could shed some light on where I am going wrong is it the design?? or the properties??

Thanks,

Hisham

.
Feb 28 '08 #6
(BUMP) I know this is an old thread but need some input quick....thanks
Feb 29 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Wayno | last post by:
My php logs are coming up empty. I have done all I can think of, and all that made sense to me. Can someone take a look at my php.ini please and tell me what you think may be the problem. I...
3
by: tornado | last post by:
Hi all, I am pretty new to PHP. I was reading PHP manual and trying out the example from 2nd chapter (A simple Tutorial). When i try to print the variable as given in the example it returns...
0
by: mrbog | last post by:
All I did was recompile my PHP 4.3.4 with the included GD and now my $_FILES is perpetually empty. My php app is identical, I haven't changed it at all since recompiling. I tried recompiling...
4
by: Kevin | last post by:
I am having problems in my php code. I am relatively new to php but I know some basics. This is the problem: when i try to echo some information that is typed into form back to the screen i...
7
by: Dan | last post by:
I was trying to troubleshoot a login page that doesn't work - it keeps saying the login/password is missing - when my tracing discovered this peculiar behavior. register_globals is off, so at...
7
by: Gertjan van Heijst | last post by:
Hi, I really hope someone can help me because I've already spend 2 days on this problem and I'm not getting anywhere. I think the problem is that I don't really understand how text boxes store...
5
by: Sen Haerens | last post by:
I'm using string.split(/^$/m, 2) on a curl output to separate header and body. There’s an empty line between them. ^$ doesn’t seem to work... Example curl output: HTTP/1.1 404 Not Found...
7
by: Dabbler | last post by:
I'm using an ObjectDataSource with a stored procedure and am getting the following error when trying to update (ExecuteNonQuery): System.Data.SqlClient.SqlException: Procedure or Function...
1
by: G04 | last post by:
Hi All, I have a continuous form with all records. For each field there is a combo in the form header and the form also contains a Toggle button "Apply Filter". When clicked, it changes to...
9
by: Dhiru1009 | last post by:
Hi guys, I am trying to build a user registration form using PHP and MYSQL but encountring a problem. When I click on submit with empty fields it adds records to database also it doesn't matter...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.