473,387 Members | 1,844 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,387 software developers and data experts.

Problem with Form which contains two Subforms

Good morning,

I have the following structure:
Form Frm_Production_Main which has two Subforms
SbFrm_Production_Sub_MLCD and
SbFrm_Production_Sub_TB.
These forms are linked to tables:
Tbl_Production_Main
Tbl_Production_Sub_MLCD
Tbl_Production_Sub_TB

The Record Source for the Form is the following:
Expand|Select|Wrap|Line Numbers
  1. SELECT Tbl_Production_Main.*
  2.      , Tbl_Production_Sub_TB.BC_ID
  3.      , Tbl_Production_Sub_TB.Traceable_Batch
  4. FROM   Tbl_Production_Main
  5.        INNER JOIN
  6.        Tbl_Production_Sub_TB
  7.   ON   Tbl_Production_Main.Batch_Card_ID=Tbl_Production_Sub_TB.BC_ID;
I notice that Tbl_Production_Sub_MLCD is not mentioned?!

I built the form structure from a copy of previous structure that did not have subforms.

My problem is that new records that I add currently are added to the tables, but cannot be displayed in the form after entry? I know I must have done something wrong but I am not sure what.

Any advice would be much appreciated, thank you.

Anton
Aug 16 '19 #1
1 835
It's ok, I've worked it out, there were entries missing in the sub table!
Aug 16 '19 #2

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

Similar topics

6
by: Joop | last post by:
Hi all, I'm kinda new to JavaScript, but hey... I'm trying anyway! ;-) So, here's my problem : I've created a table in my document, presenting a list of items, one can 'select' by clicking...
2
by: Andante.in.Blue | last post by:
Hello, I have just inherited a very undocumented legacy database, developed in and still running on Access 97. The file is an MDB file, with no security. It is placed in a shared directory on a...
1
by: George Papadopoulos | last post by:
Dear community I have recently created an MS-Access database to store and process the various phone numbers, phone devices we use in our hospital. I`m experiencing a problem creating a specific...
2
by: insomniux | last post by:
Hi, I have an Access 2000 database with one main form in which all subforms are embedded. In this form I have a timer which closes the form, detaches the linked (ODBC) tables and reopens the same...
7
by: philelpko | last post by:
Good Morning all, I have a main form with 3 subforms. All of the input data on all the forms is stored in the same table. I started getting the message "the changes you requested to the table...
1
by: udivitelno | last post by:
Here is the problem: part of the form elements is replaced using Ajax. After this new input elements getting lost from the form so nothing can be POSTed through these input fields. But if I try to...
4
by: TD | last post by:
I have a main form which is unbound. On this form I have two subforms that are linked thru an unbound textbox on the main form. Both both of the subforms are in datasheet view. This setup work...
2
by: darnel | last post by:
I have 4 hierarchical tables and want to display it all together as a form and 3 subforms, when subform displays (and allow to add/edit) only relevant items from each superior subform. Tables are:...
8
by: bruno_guedesav | last post by:
This has ocurred before, but if the person had find a way to solve it or not, I've got no clue. So, here I am to ask for help. I've created a form via pure PHP, basically a bunch of prints...
1
by: Steve Richter | last post by:
can a desktop icon, used to launch an application window like windows explorer, be a child control in a window form? I checked the windows forms controls in VS2005 and did not see any such...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.