Can't see or reference table generated by 'Make Table' query.

Hi,
MS Access 2013 --
Not really a programming question per se, but, if I create a query in the MS Access user interface, I cannot reference it; neither can I see it in the Access Objects List, nor can I see using the Objects Search Bar.  I have observed this behaviour
numerous times.  This seems to be somewhat like SQL 2008 SSMS which requires a refresh at the parent object level before you can see, for instance, a stored procedure you've just created. But, in the MS Access case, the only seeming solution is to open
and close the program. . . .which isn't an actual solution when this is a frequent occurrence.  Any thoughts?
Jim

Hi,
I'm marking the reply as answer as there has been no update for a couple of days.
If you come back to find it doesn't work for you, please reply to us and unmark the answer.
Thanks
George Zhao
Forum Support
Come back and mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback on our support, please click "[email protected]"
George,
Please explain why you marked your post as "answer" rather than mine. I gave the same advice to update Office 2 days before you. How do you justify your actions? Here is a copy of your post where you advised the OP to follow my suggestion.
Chris Ward

Similar Messages

  • Why in SE16 we can not  see New Data Table for standard DSO

    Hi,
    We says that there is three tables (New Data Table, Active Data Table and Change Log Table) of Standard DSO, Then Why in SE16 we can not  see New Data Table of Standard DSO.
    Regards,
    Sushant

    Hi Sushant,
    It is possible to see the 3 DSO tables data in through SE16. May be you do not have authorization to see data through SE16.
    Sankar Kumar

  • Can we see the actual Tables using Record History through forms

    By using record history in Oracle Financials it shows only the associated view can we see the actual table using that record histoy
    Thanks a lot

    Thanks Kiran
    Actually i am new to Oracle Financials Technical side i have experience in Oracle field and want to work technically on apps side so i need to have check which form is on which base table and wats the relations etc thats why i am serching from front end the actual tables info
    Anyhow Thanks

  • My itunes can't see my iphone 4 after i make ubdat for iphone and itunes also ?

    my itunes can't see my iphone 4 after i make ubdat for iphone and itunes also ?

    Hi there 3eboo,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    -Griff W. 

  • How can I see changes in table with insertrow();postchanges()without commit

    Hi friends;
    I use jdeveloper 10.1.3.1 with jheadstart 10.1.3.1.
    I create two view object.In the first page I create table with one view object.
    In the second page I create table (with tableselectmany) with other view.
    I select many rows in second page and in the managed bean,
    I insert selectted rows atributes to first pages tables attributes.
    I use this code.
    public String commandbuttonaction(){
    CoreTable table = this.getTable1();
    Set rowSet = table.getSelectionState().getKeySet();
    Iterator rowSetIter = rowSet.iterator();
    BindingContainer bindings = getBindings();
    DCIteratorBinding pr_dcib = (DCIteratorBinding)
    bindings.get("DeptIterator");
    int i=206;
    while (rowSetIter.hasNext()){
    Key key = (Key) rowSetIter.next();
    pr_dcib.setCurrentRowWithKey(key.toStringFormat(true));
    RowImpl prRow = (RowImpl) pr_dcib.getCurrentRow();
    String AM="model.AppModule";
    String CF="AppModuleLocal";
    ApplicationModule empSvc = Configuration.createRootApplicationModule(AM, CF);
    ViewObject emps = empSvc.findViewObject("EmpsView1");
    Row newEmp = emps.createRow();
    newEmp.setAttribute("Manager",new Number(1));
    newEmp.setAttribute("Department",new Number(1));
    newEmp.setAttribute("Depno",new Number(3));
    emps.insertRow(newEmp);
    try {
    newEmp.validate();
    catch (Exception ex) {
    System.out.println("validate catch");
    try {
    empSvc.getTransaction().postChanges();
    catch (Exception ex) {
    System.out.println("post catch");
    Configuration.releaseRootApplicationModule(empSvc,true);
    i=i+1;
    In this code I only postchanges() in first view and dont want to commit.
    But I cant see changes row in the page .If I press save I see transaction completed succesfully message.
    But in database not insertted any rows.
    If I write commit() after postchanges() code I see rows in the table .But I dont want to commit.Only post
    my changes and if necessary I press save button in page.
    How can I see changes in the page without commit???Thanks for all....

    You should NEVER use statements like this in managed beans:
    ApplicationModule empSvc = Configuration.createRootApplicationModule(AM, CF);
    This will create a separate application module instance, not shared by the the web pages. That's why you do not see the changes.
    Instead, you can use the following code:
    ApplicationModule am = (ApplicationModule)JsfUtils.getExpressionValue("#{data.MyAppModuleDataControl.dataProvider}");
    where MyAppModuleDataControl shoud be replaced with the name of your am data control.
    Steven Davelaar,
    JHeadstart Team.

  • How can I see all references to primary key

    How can I make a query for my primary key to see the detail foreign keys and see which key is not available?

    select a.table_name, a.constraint_name, b.table_name as Ref_Table, b.constraint_name as Ref_Constraint
    From ALL_CONSTRAINTS a, ALL_CONSTRAINTS b
    where a.r_constraint_name = b.constraint_name
    and a.constraint_type = 'R'
    and b.table_name = 'TABLE_NAME';
    OR, more exactly:
    select a.table_name, a.constraint_name, b.table_name as Ref_Table, b.constraint_name as Ref_Constraint
    From ALL_CONSTRAINTS a, ALL_CONSTRAINTS b
    where a.r_constraint_name = b.constraint_name
    and a.constraint_type = 'R'
    and b.constraint_type = 'P'
    and b.table_name = 'TABLE_NAME';
    null

  • Can't see FI document that generated by BAPI_ACC_DOCUMENT_POST

    Hi expert,
    I have used the "BAPI_ACC_DOCUMENT_POST" for posting a FI document and I could get the document number also generated. But I am not able to see the same document through the T code FB03. I have commit this bapi using BAPI_TRANSACTION_COMMIT. Please tell me where i can view the document?
    Thanks beforehand.

    May be this is little late to answer .. but still it will be better for clarity.
    First of all accouting document will be generated only after commit of the BAPI i.e. call BAPI_TRANSACTION_COMMIT after BAPI_ACC_DOCUMENT_POST.
    Second to check the accounting document number generated from BAPI
    When filling the BAPI interface, leave the following fields empty if the FI document number is to be the reference document number for the posting:
    o DOCUMENTHEADER: OBJ_TYPE, OBJ_KEY and OBJ_SYS
    o DOCUMENTHEADER and ACCOUNTGL: AC_DOC_NO
    o ACCOUNT_GL: STAT_CON, AC_DOC_NO
    In the importing paramters
    IMPORTING
    obj_type = l_type
    obj_key = l_key
    obj_sys = l_sys
    The first 10 character of l_key will contain the FI document number

  • How can we see previleges assigned to all users using database query

    I am using the follwoing query to see previleges assigned to all users , but the suprising thing is that it shows GP_APP_ID as null for a large number of user , even though in discoverer administrator I can see the previleges assigned to those users. I do not understand why it does that. Can someone please help so that I can see the previleges of all users
    select unique EU_USERNAME, decode (GP_APP_ID ,1000, 'Desktop / Plus Privilege (U)',
    1001, 'Create / Edit Query (U)',
    1002, 'Item Drill (U)',
    1003, 'Drill Out (U)',
    1004, 'Grant Workbook (aka Sharing) (U)',
    1005, 'Collect Query Statistics (U)',
    1006 ,'Admin Privilege (A)',
    1007, 'Set Privilege (A)',
    1008, 'Create / Edit Business Area (A)',
    1009, 'Format Business Area (A)',
    1010, 'Create / Edit Summaries (A)',
    1011, 'Not used as far as can be determined',
    1012, 'Schedule (U)',
    1013, 'User is never required to schedule workbooks (U)',
    1014, 'Save workbooks to database (U)',
    1015, 'Managed scheduled workbooks (A)',
    1016, 'to 1017 Not used as far as can be determined',
    1018, 'Change Password',
    1019, 'to 1023 Not used as far as can be determined',
    1024, 'Create Link (U))') from
    EUL5_ACCESS_PRIVS A,
    EUL5_EUL_USERS U
    where A.AP_EU_ID=U.EU_ID
    order by EU_USERNAME
    thanks

    Hi,
    This is probably because the business area security is stored in the same table. So you will probably find that where GP_APP_ID is null then GBA_BA_ID holds the value of the business area. You should change your query to just select where GP_APP_ID IS NOT NULL.
    Rod West

  • Can we see value of CKF in exception cell in query designer-please reply

    Hello all,
    I am defining a query in query designer in which i am using the exception cells, I am having two structures in this query. Now at the intersection of these two structure on one particular line I am trying to define the properties of that cell. I selected new selection and after that I added the calculated key figure that I had created. So should that cell show me the value of the calculated key figure (that is what I thought, that if I can put my CKF in that cell it will show me the value for that CKF). I am seeing different results.
    Is there any way you can actually show the value of calculated key figure in that particular cell.
    Thanks in advance,
    Raj

    Hi Raj,
    You can add Calculated key figure,RKF and even single key figures .The cells are independent of each other and that should not be an issue.
    Whatever the key figure is in the cell it should show that value.
    Just check again whether you have put any key figure into the selections of the structures
    There should be no key fgures into selctions.
    Hope it helps
    Thanks

  • Create CMP Entity Beans from Tables Wizard - Can't see any tables with DB2

    Hi,
    I'm trying to use the "Create CMP Entity Beans from Tables Wizard" to create an entity from a table in a DB2 database. The problem is, on page 2, I can't see any available tables. I have verified that the connection works (I can open the connection in the Navigator frame and I can see that table).
    Note that if I try this wizard on an Oracle database, I can see tables.
    WTF? Can someone please help?

    I second the motion. I too work in an environment with centralized data management (DBA's) that create and maintain all tables under a generic schema. This has prevented me from using the Create Entity Beans from Table feature of Jdev r3 preview.
    At least I can see that I'm not alone.
    Thanks
    When I select the "Create CMP Entity Beans from Tables Wizard," no tables or views are available to select. The JDev database connection is using an ID assigned to me.
    The tables that I am looking for were created by the DBA under his ID and are therefore in that schema. He did create Public Synonyms for them, but the tables still do not show up in the wizard.
    Is there a configuration step that I need to do to have those tables show up?
    Tables created by a DBA and then accessed by developers using a public synonym is a very common scenario and should be supported by JDeveloper (IMO).
    Thanks.
    I'm using JDev 9.0.2.8.2.

  • Can't see table data from Visual Studio Express 2013 for Web

    Hello!
    I have a problem and I can't see neither the table data nor the table definition for my database inside Visual Studio Express 2013 for Web, Server Explorer. When I right click it just says refresh, copy or properies.
    Does anyone know what's wrong?
    Thanks a lot!

    Hi J1m,
    According to your description, I make a test on my computer and I am able to reproduce your issue. Firstly, I install the Visual Studio 2013 express for web successfully, create a project and connect to SQL Server database. Then I right click one table,
    and I can see all the options including ‘Show Table Data ’, ‘Open Table Definition ’, ‘Copy’, ‘Refresh’, and ‘Properties’. Next, I uninstall the SQL Server data tools, and restart the Visual Studio, right click on table, and only find  the three options
    ‘Copy’, ‘Refresh’, ‘Properties’ as the following screenshot, which is the same scenario with yours.
    Based on my test, the issue could be due to the missing or corrupt SQL Server Data Tools. To work around the issue, you should install the latest SQL Server data tools for Visual Studio 2013. You could  download the
    ISO file for SQL Server data tools and extract the ISO files to your hard drive following the methods in this
    article, and install the data tools. Please restart your computer after you complete the installation.
    Regards,
    Michelle Li

  • Can not see the data in the grid

    Hi,
    nice to see the new features, but I can not see the the table inserts
    in the data grid - the <data> rider is not clickable.
    Regards

    Hi annerose,
    This problem has appeared in a few other threads. It's caused by installing Release 2 Raptor over Release 1 Raptor without first deinstalling Release 1 Raptor . So what you need to do is:
    1) Back up any important Raptor files, e.g. connections etc.
    2) Remove the existing Raptor Rel 1 installation folder
    3) Install Raptor Rel 2
    Hope this helps
    ady

  • Transformation can't see a field, Update rules can! Why?

    Hi!
    I've a problem creating a transformation between 2 ODS:
    When I create a transformation system correctly proposes me the schema except for a field: I can't see in source table (but I see it in destination) a Key figure that exists in source ODS and works correctly in update Rules!
    I try to explain better: a key fig whose unique difference against other fields is the No AGGREGATION attribute appears in destination fields (ODS B) of transformation but not in source fields (ODS A). The strange is that that keyfig is in data fields of source ODS (ODS A). When i try to create a transformation using that Datastore (ODS A) as destinations I have the same problem: field appears in destination(ODS A) but not in source (ODS C), even if I try to create a transformation looping on same ODS!(ODS A on ODS A) it doesn't appear in source fields.
    Any suggestion, SAP Note to read about it???
    Thank you!

    In the key figure  change screen> in the additional propertis tab>uncheck the attribute only option so that it will solve ur problem. u did this operation already...good.
    Thanks,Rams.

  • How can we see status of all Requests at a time using any tables?

    How can we see status of all Requests at a time in the Info cube or ODS using any tables? what I am facing was while I run a Process Chain in some data targets red requests remains and due to this all other requests doesnot available for reporting.
    Now is there any T-Code or Table to view all requests in a single shot.
    Thanks in advance,
    Raj

    Hi Go for RSMONICDP give timestamp and u'll have it.
    Please assign points if useful
    Edited by: Aadil on Jan 21, 2008 7:43 AM

  • Can't see data in data tab when there is a "." in table name

    Hi,
    I have a problem with SQL Developer 2.1 (this works with 1.5).
    When there is a dot (".") in table name, we can't see data in data tab (we have no synonyms so it's not same bug).
    If I try to export data on same table, in "WHERE" tab, I can see sample !
    Any idea ?
    Thanks

    logged
    Bug 9393866 - datatb shows no columns for table name containg [dot]
    -Raghu

Maybe you are looking for

  • Topic: How to refer columns with same name in jdbc

    I have a join statement : Select a.col1, a.col2, b.col3, b.col2 from TABLE1 a, TABLE2 b where a.col1 = b.col1 how do I refer with same column name suppose I want to get b.col2 I get error when I try rs.getString("b.col2") or rs.getString("TABLE2.COL2

  • MAJOR Ipod Mini Issues!!! HELP PLEASE!

    Oh My~lanta! I am just about at my wit's end w/ this too!!! I'm experiencing the same problems although it seems like everyday I get a new error message!!!! My computer crashed back in December and ever since, my IPOD has not been the same. I thought

  • Exception thrown While Depolying

    Hi friends, I'm new to EJB. I wrote the following code in JMS but it throwing exception while deployment. I'm using JBoss4.2.0CR2 application server. MyCode is following LogBean.java package messagedrivenbean; import javax.annotation.PreDestroy; impo

  • ERROR while calling BAPI_MATERIAL_SAVEDATA

    Hi Guys, i'm trying to create Manufacturer part number for a material by using BAPI_MATERIAL_SAVEDATA. In my return i'm getting the error as "<b>Manufacturer part number management not set for your firm's own material</b>" I have created the material

  • Where is the iTunes to/from iPhone pairing information stored

    When you sync an iPhone with iTunes it (the iPhone) has a continuted/ongoing relationship with that instance of iTunes.  For instance if you try to sync the same IP with another iTunes installation you get prompted to that effect. What I want to know