Record disappear on the form, but not in the table

Hi,
I have a main form which ties to table tab1 and subform which ties to table
tab2
User entered a record in the main form and not completely finished and go to another form and try to setup something else. And click "Refresh All"
When the user went back to the main form, the record is lost on the form, but the record in tab1, I think information of the subform is not entered, and maybe because it is an inner join, that's it is not shown on the form?
Please advice how I can fix this or how we can prevent this in the future.
Thanks in advance.

I think you are right about the inner join causing the problem. Can you post the SQL of the query you are using as the main form's record source? Usually, when you have a main form/sub form setup, each form has a table (not a query) as its record source.
If you set up the master/child links between the two it becomes an implied outer join.
Bill Mosca
www.thatlldoit.com
http://tech.groups.yahoo.com/group/MS_Access_Professionals

Similar Messages

  • Webutil - works in the form but not in the forms menu

    Hi
    Forms: 11.1.1.3
    Dbs: 11.2.0.2
    I have some code which calls webutil to do an AS to client file transfer.
    This works fine when called from a button in the form.
    If I have a menu on this form, and perform the same code to call webutil I get an error:
    oracle.forms.webutil.fileTransfer.FileTransfer bean not found WEBUTIL_FILE_TRANSFER.getMaxTransfer will not work
    So the same code will work when in the body of the form but not when in the menu.
    The forms has opened up and instantiated all of its objects at both times I try to run it. But it fails from the menu code call.
    Any thoughts on why one works and the other doesn't gratefull received.
    cheers
    Tony

    Hi Tony
    We also had the problem.
    solution:
    We have created a wrapper-form with in the webutil functionality has been implemented (with a dummy-Item).
    In the form we have created a When-Timer-Expired trigger and implemented the Filetransfer functionality. Then Exit_Form.
    This wrapper-form was then called from the menu.
    Alfred

  • Textbox Data Binding in VS 2008, Works on a Main form but not in a Dialog!

    I got a perplexing problem here with Databindings. I'm using a POCO class for XML serialization that implements the INotifyPropertyChanged. I'm using Visual Basic 2008 and unfortunately I have to keep the program that way!
    I have two projects: One is a Main WinForm, and the other one I'm working with another engineer and I'm trying to create a dialogbox for the users to enter in data (ie: user name, calibration data, etc)
    In my Main Winform, I'm doing databinding like this:
    TextBoxUserName.DataBindings.Add("Text", data, "Name", False, DataSourceUpdateMode.OnPropertyChanged)
    And it works fine, but when I do this in the dialogbox form, NOTHING is being updated. Not the textbox nor the data.name member (which is also a string)
    So what's the problem then? How come it works in the instance of the Main Winform but not in the dialogbox?

    Duplicate post with :https://social.msdn.microsoft.com/Forums/en-US/04720835-d2a9-47cb-a0d9-ca457e6bb377/textbox-data-binding-in-vs-2008-works-on-a-main-form-but-not-in-a-dialog?forum=vbgeneral

  • A ton of songs disappeared from my iTunes, but not off my iPod. How do I put them back?

    A ton of songs disappeared from my iTunes, but not off my iPod. How do I put them back?

    Select all the songs you want to be in one album, right click and choose "Get Information", delete the album name, if any, and type the one you want. You can also paste the Artwork in the right bottom box. Then click "Accept".

  • My music has disappeared from my computer but not from my ipad...how do i transfer it back

    my music has disappeared from my computer but not from my ipad...how do i transfer it back

    Use a third party PC/Mac music transfer application like Senuti.

  • Record selected in the table control

    Hi All,
      How do i know the line no of the record selected in the table control.I have declared a table control CONTROLS : t_control1 type tableview using screen 200.But in t_control1-current_line the line no that is stored is always 1.
    Thanks,
    Rakesh.

    in table control property window you have to set that suppose you have set itab-mark as the sel field then it will always be X if you select the field ...
    regards
    shiba dutta

  • Database link works for form but not report

    I have created a database link to the scott.emp table in a remote database then created a local synonym in my Portal.
    I then created a Form and a Report referencing the local synonym. The for works and allows me to insert record but the form does not. The report compiles fine but I get a message that Portal can't find the underlying table. It seems that if the form works then the report should too. Does anyone have a recommended solution?
    Thank you.
    Sam Masias

    There is a bug filed for this issue. And it should be taken up for fixing most probably in next release.

  • How do I make a form viewable on a Blackberry, can see form but not data in fields

    I have many clients using Blackberries, when they recieve a form via email, they can open the form but the fields are blank.  Do I have to save the form as a certain type for then to be able to view it.  Have extended the rights

    Your users would have to be using a PDF viewer that supports form features. I can't recommend any in particular but you can try looking around to see what's available.

  • Form is not working after table refresh

    I've made a form and have added pre-insert trigger for the block. And the form is working perfectly fine with no issues.
    Two new columns have been added to the table and have to be added to the form now.
    I opened the data block wizard of the form and did a refresh of the table to get the two columns. After I pressed the "refresh" and then tried to run the form(but did not add new columns), the pre-insert trigger fails and starts throwing me an error that value has to be entered.(FRM:40202)
    After further analysis I also found out that there was null value being passed into another item. Actually when I refresh the Datablock wizard I can see this column on the left hand side than being present on the right hand side.
    Kindly if you could help on the same.

    Hi Vidhya
    pre-insert trigger fails and starts throwing me an error that value has to be entered.(FRM:40202)that's FRM-40202 (Field Must be entered)
    pls make sure any new db column that's defined as NOT NULL in the table that u r trying to insert in is pre-insert has an insert statment.; must have a value.
    the main issue here is ur table u r trying to insert in ; it has nothing to do with the form wizard's item on the left or the right hand side.
    Hope this helps...
    Regards,
    Abdetu...

  • Date format accepted in new table but not in active table for DSO, BI 7.0

    Hi All,
    Need help from the experts, i was trying to load Flate file data in CSV(Coma separated) and cell type general for dates(yyyymmdd). everything was fine i have a routine for new fields in DSO for Fiscal week and Fiscal Quater which is calculating based on my Flate file date i.e delivery date(yyyymmdd).
    The New table of DSO means before activation everything was fine and all the logics and mappings working for the Fiscal week and Fiscal Quater and that can be visible, But after activation the same only the Fiscal week and Fiscal Quater is not showing data, its comming as blank and '000000' for all records.
    As the Fiscal week and Fiscal Quater is maintained as custmised InfoObject with data type NUM.
    Can you tell what i am missing, because i tried with different cell type also in CSV File.
    Thanks and Regards,
    Taps
    Edited by: Taps on Oct 1, 2010 1:21 PM

    Resolved...!!!
    Follow the link ...
    /people/maheshsingh.mony5/blog/2010/09/24/update-behavior-of-end-routine-in-transformations
    Regards,
    Taps
    Edited by: Taps on Oct 1, 2010 2:02 PM

  • Data exists in DSO New table but not in Active table

    Guys,
    I am loading data from one DSO to another DSO, in my target DSO I have 6 fields which 2 of them are mapped in Transformation and remaining 4 will be populated by Start routine and End routines. Before Activating I am seeing all 6 fields got populated in New data table but after activating I am only seeing the 2 fields in Active data table but not those that are populated through Start and End rouitnes.
    I have only one Key in my DSO, am I missing something here?please let me know.
    Thanks,
    KK

    Hi,
    beside end routine, there will be one icon.
    click on that.
    you will see two options.
    select the option "populate values into fields with out active transformation rules"
    don't remember the words correctly but gives the same meaning...
    Activate the transformation.
    this will solve your problem
    Regards,
    Raghu
    Edited by: Raghu tej harish reddy on May 2, 2009 11:10 PM

  • Unable to edit table data, but not for all tables

    I have multiple tables in a schema. For some tables, I am able make edits to table data directly, i.e., context menu Table | Open, and the Data tab. When I am able to edit, I do get a pencil icon inside the cell I am editing/typing (and am able to commit the changes). When I am not able to edit, it does nothing (no error messages, sound, or visual cue). I thought it had to do with who owns the table object, but I log in as the same owner of the affected table objects.
    Any pointers would be greatly appreciated so I am equipped when asking the DBA.
    Thanks,
    OS: Windows XP Professional SP2
    Java(TM) Platform: 1.6.0_11
    Oracle IDE: 2.1.1.64.45
    Versioning Support: 2.1.1.64.45
    Edited by: New2OWB10gR2 on Jun 23, 2010 12:20 PM

    Hello again,
    Here you are the DDL of the offending table:
    CREATE TABLE "DBADMEX"."T50SEC82"
    "COD_EMPRESA" CHAR(4 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_EMPR_CONT" CHAR(4 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_SECT_CONT" CHAR(2 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "NUM_CUEN_CONT" CHAR(18 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_PAIS" CHAR(4 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_SECTOR" CHAR(6 BYTE) DEFAULT ' ' NOT NULL ENABLE
    PCTFREE 10 PCTUSED 40 INITRANS 50 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE
    INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
    TABLESPACE "TS_50" ;
    CREATE UNIQUE INDEX "DBADMEX"."I5000082" ON "DBADMEX"."T50SEC82"
    "COD_EMPRESA", "COD_EMPR_CONT", "COD_SECT_CONT", "NUM_CUEN_CONT"
    PCTFREE 10 INITRANS 50 MAXTRANS 255 COMPUTE STATISTICS STORAGE
    INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
    TABLESPACE "TS_50" ;
    We are using the following versions:
    Oracle database: 11.1.0.7.0
    Oracle Client: 11.2.0.1.0
    Windows (where the client runs): XP SP3 (version 5.1 Build 2600_spsp_sp3_gdr.080814-1236) in spanish.
    SQL Developer: 2.1.1.64 (MAIN-64.45)
    I think I haven't forgotten anything.
    Thanks in advance for your help!

  • GL Posting using BAPI BAPI_ACC_DOCUMENT_POST but not updating in table BSEG

    Hi Experts,
    Hope all are doing greatu2026
    I need you help to resolve the below issue.
    We have on Z-Tcode to GL Posting the document using BAPI u2018BAPI_ACC_DOCUMENT_POST' and this program is successfully posted from the source file and documnet # also created successully.
    We have entries in BKPF, but the table BSEG not updating and we do not have entries.
    Please help me on this regards,
    Thanks in Advance.
    Amjad

    Hi Srikant,
    Thanks for your reply...
    As you suggest, i have checked the structure ACCOUNTGL and below values are passing.
    ACCOUNTGL -ITEMNO_ACC
    ACCOUNTGL -GL_ACCOUNT
    ACCOUNTGL- ITEM_TEXT
    ACCOUNTGL- COMP_CODE
    ACCOUNTGL- COSTCENTER
    ACCOUNTGL- CS_TRANS_T
    Could you please suggest me if there are any  changes needs to do.
    Thanks & Regards,
    Amjad Hussain

  • Data visible in 2D Array but not in connected Table Control

    In the attached drawing, you see that I take the Table Control as an array, change elements using Replace Array Subset and then send the resultant array back to the Table Control.
    I can see my data in "Output Array" and in a probe on that wire but my Table Control is blank.  The Table Control is 10 columns by 50 rows.
    Can anyone tell me why there is no data getting to the Table Control?
    Please don't ask me to post the VI because it is large, ungainly and not mine to post.
    Solved!
    Go to Solution.

    I can't believe it.
    I could not see the data because it was out-of-frame.  My Control Table was scrolled down to the bottom of a 30 row window and my data was in the first row only.

  • No record found in the table while using condition for the new added field

    Hi,
    I have added a new field in Z table. There is lots of record in the table. The field which I added have null records. When I am checking the record using the condition new field equal(EQ) to space or blank. This shows no record in the table, but when I execute whole of the table, it shows entries for all field.
    Please suggest. Thanks in Advance.
    Rgds,
    Hemant Maurya

    Hi Suhas,
    Thanks for your quick response.
    Yes I have run SE14 and activate & adjust the database, But problem is same.
    My select query is:
    SELECT VBELN
             PI
             GJAHR
             KUNNR
             GPD
             GPI
    INTO TABLE I_GP_DATA
    FROM ZFI_GP_DISCOUNTS
    WHERE AUGDT BETWEEN ZFI_GP_DISCOUNTS-AUGDT AND ZFI_GP_DISCOUNTS-P_DATE
    AND DOC_NO EQ SPACE.
    Thanks & Regards,
    Hemant Maurya

Maybe you are looking for

  • Using my TC as a bridge (or something like that)?

    Hi. I have a first generation 500 GB Time Capsule (which I love). In the past, I have used it either to create a wireless network, join a wireless network, or connect via ethernet with wireless disabled. I wanted to try something else today, and I ha

  • How do I import an image to a message I'm composing in messages for mac without having to use image capture?

    When I try to do this, I right-click in the compose area and click on "import image" and all I get is the image capture window which doesn't show anything.  How do I do it from iphoto or another location such as the pictures folder?

  • Can anyone solve this PLL puzzle?

    I created a Phase Locked Loop circuit using Multisim10.0.   It uses the Multisim clock oscillator, and the circuit appears to work great. However, I just discovered that if I use the same parts that I used to create the Phase Locked Loop circuit in a

  • Write-Behind Caching and Re-entrant Calls

    Support Team -      The Coherence User Guide states that:      "The CacheStore implementation must not call back into the hosting cache service. This includes OR/M solutions that may internally reference Coherence cache services. Note that calling in

  • Microsoft Transaction Server and Oracle 7.3.4/8.0.5

    Hello all, I have been working with VB COM objects in MTS and Oracle 7.3.4/8.0.5 for most of this year (2000), and I have things working with relative smoothness. However, I am having severe performance issues. I have used the white paper Using Oracl