How to Find/ScrollTo/GoTo a Specific Record in an MS Access Report?

I have a database that contains software specifications from multiple documents.  The front end database has forms that allow users to associate higher level specifications (e.g. requirements or functional specs) with lower level specifications (functional
specs or design specs).  The front end also has a comprehensive subreport embedded on a page of a form's tab control that shows the entire list of specification associations.  When users click on a specification in the report, it opens the appropriate
form for editing the associations.  When the user closes the association form, the report is requeried to show the new information.  The problem is that the requery method sets the report back to the top instead of the page/record that the user clicked
on.  Is there any way to find the original scroll position or record before click and then return the report back to that position/record?

Yes, the Report object doesn't have a Refresh method.
Not sure what you mean by this.
If I open a report object in design view and create a code block I can use the DoCmd. then the letter R, the resulting list includes "RefreshRecord". It may be different when you add a Report to the Form the way you describe. I would
not do that but rather would use a sub Form. If you have a query that you use as for the Reports Record Source, you could try running the Requery just on that rather than the Form.
If not then maybe try using the Repaint Object.
Just takes a click to give thanks for a helpful post or answer.
Please vote “Helpful” or Mark as “Answer” as appropriate.
Chris Ward
Microsoft Community Contributor 2012

Similar Messages

  • How to find the search help for the parameters stmt in a report

    hi
    how to find the search help for the parameters stmt in a report , that is using which addition to the parameters statement

    I am not sure if I understood the question,but if you meant how to attach a search help to parameter for which a default search help is not available,you can do that by using addition  "Matchcode Object"
    Parameter: a type i matchcode object 'Search Help Name'
    Search Help name should be in single quotes.
    Regards,
    Anubhav.
    P.S: Award Points if useful.

  • How do I quickly search a specific Instant AP or Mobility Access Switch on Aruba Central?

    Q: How do I quickly search a specific Instant AP or Mobility Access Switch on Aruba Central?
    A: Central provides a standard web-based interface that allows you to configure and monitor Instant Access Points (IAPs) and Mobility Access Switches.  Integrated in this web interface is a Search tex box, which can be used by an administrator to search for an IAP, Mobility Access Switch, client, notification event, network or labels.
    When you type a search string, the search function suggests matching keywords and allows you to automatically complete the search string entry. This option proves very handy when a user is not aware in which ap group, a client or IAP is part of.

    Ben,
    Unfortunately I can't post any VIs that would demonstrate the problem
    because the ActiveX components are confidential.  I'll try to develop
    my own ActiveX dll that will demonstrate it, but in the meantime, in
    hopes that another picture will help, I've attached an image of a block
    diagram (with some names changed to protect confidential information)
    of one of the lower level VIs from the hierarchy I posted.  In this
    example, the "Automation Refnum IN" is an input with a type definition
    linked to the strict typedef based on the ActiveX automation dll that
    has changed.  I updated that typedef, but as you can see the output to
    the "Class1" indicator is broken.  If I delete the "Class1" indicator
    and select Create->Indicator from the Class1 property node, and then
    wire the new "Class1" indicator to the connector pane, the VI is fixed
    -- at least at compile time.  In most cases there is also a runtime
    problem where the reference obtained by one of the intermediate
    property nodes is null, so the property or method node that uses it
    fails (e.g. "_VNManager.Networks" property returned is 0, so the
    "_Networks.Network1" property node fails).  To fix this problem, I have
    to delete the wires between the property nodes, and one by one select a
    different property/method, then select the correct property/method and
    re-wire.  There seems to be a bit of "jiggling the handle" to get it to
    work though.
    I don't know if the ActiveX developer changed anything in this class,
    but if he did, he didn't change the name of this class.  I would like
    to have to modify the VI only if a class, property or method has
    changed name or been removed.
    Does that all make sense?  Thanks for any pointers or help!
    Tom
    Attachments:
    Class1_Path.GIF ‏7 KB

  • How to find out insertion time of records in an oracle table

    Hi everybody,
    I have a table with about 50,000 records in my Oracle database and there is a date column which shows the date that each record get inserted to the table, for example 04-Aug-13.
    Is there any way that I can find out what time each record has been inserted?
    For example: 04-Aug-13 4:20:00 PM. (For my existing records not future ones)
    I searched over the internet and find some results but none of them seem to be practical.
    Thanks for your help.

    I have a table with about 50,000 records in my Oracle database and there is a date column which shows the date that each record get inserted to the table, for example 04-Aug-13.
    Is there any way that I can find out what time each record has been inserted?
    For example: 04-Aug-13 4:20:00 PM. (For my existing records not future ones)
    First you need to clarify what you mean by 'the date that each record get inserted'.  A row is not permanent and visible to other sessions until it has been COMMITTED and that commit may happen seconds, minutes, hours or even days AFTER a user actually creates the row and puts a date in your 'date column'.
    Second - your date column, and ALL date columns, includes a time component. So just query your date column for the time.
    The only way that time value will be incorrect is if you did something silly like TRUNC(myDate) when you inserted the value. That would use a time component of 00:00:00 and destroy the actual time.

  • How to find and separate the Erraneous records in Session Method?

    Hi,
    Currently we are working in SAP-HR.Our programs run using Session  method of BDC.We get data from Legacy System through Flat Files which are in text format.First I upload the data for Actions Infotype 0000 and subsequently the other Infotype data.When I run my session if some records go in Error i want to filter out those erraneous records from Actions file and also other Infotype files and then proceed with data upload.Is there any method to do this?
    Also when the Session is in process i want to trace the status of each record i.e. Is it processed or rejected. How can i achieve this ?
    Can anyone help me in this.
    Thanks & Regards
    Ravi

    Hi Sanjay,
    Thanks for your response.
    But my problem is that i want to Automate the whole process with less manual intervention.I want to shedule all the jobs in background and when the Actions Infotype (0000) is uploaded and it gives errors i want to filter those error records in separate file and also filter those records from subsequent infotypes file if they are present.
    Also how to check the status of each record when the session is in progress? This i need because i want to send acknowledgment files to Legacy system saying that these many records are successfully uploaded and so many are in errors.
    How can i automate the whole process?
    Regards,
    Ravindra

  • How to drill or navigate to specific records from a pie chart

    Hi,
    I have created a report that has a Pie chart view in it. What i want is that when i click on the chart it should navigate me to the specific records. E.g. I have a chart that shows %age of satisfied customers and %age of Not Satisfied Customers, what we are looking for is that when I click on satisfied customers's area, it should take me the satisfied customers records ony and same goes for Not Satisfied Customers.
    Can anyone help ?? I have tried the drilling option under charts properties, but that doesnt seem to be working.
    Thanks
    Ahmed

    Hi Martin,
    I haven't tried it, but can't you use a filter? Drag out a line from the data source and choose "filter" or drag a filter from the compose panel to the story board. Place the filter between data source and chart.
    Change the filter properties so that the specific value is filteres.
    Best Regards, Benni

  • How to find invalid objects in specific schema?

    Please let me know hoe to find invalid objects in specific schema such as SYS?
    Please help and guide
    Thanks,
    Waheed.

    Ok i get invalid objects now if i want to delete these invalid objects which query i have to run?
    also let me know there is no harm if i del invalid objects from SYS schema?
    Please help and guide
    Thanks,
    Waheed.

  • How to find the lock on a record??

    Hi folks!!
    Here is the gotcha!!
    I am opening two sessions of the same applications with different users.
    I am trying to access the same record in a table from both the sessions.
    Once I tried to modify the data in one session the other session is getting hanged.
    My motive is basically to throw/pop-up one box saying that the record is being modified by some other user.
    My problem lies in how to track who (user) is modifying the record.
    Plz help me out on this ASAP..
    I would be really indebted..
    Cheers...........PCZ

    ..and
    My problem lies in how to track who (user) is modifying the record.
    No that's not possible, because Oracle doesn't keep track of all the individual locks. Oracle doesn't have a lock manager.
    There are two thing you can do
    1) Examine the table locks, and if there is only one on the table you are working with, you have a chance that the session you find is the one you are looking for. But this is only true when the lock is held for quite some time.
    2) When your session is waiting for a lock, there will be a record in v$lock. Use a third session to examine which session is holding the lock.
    I hope do you solve

  • How to find the user who created record on PA_TRANSACTION_INTERFACE_ALL ?

    We are trying to develop a custom workflow to send Project WebADI transactions through workflow approval. My problem is, from the PA_TRANSACTION_INTERFACE_ALL table where the interface records are populated, I cant find the user responsibile. (Notification will be sent to the creator's manager)
    What we planned for the design is:
    Disable the import program being run from WebADI Screen. This ensures data stays in PA_TRANSACTION_INTERFACE_ALL  and does not go to PA_EXPENDITURES_ALL Etc.
    Looking at the data, send notifications. When the approval is given, run the import program to send the data to PA_EXPENDITURES_ALL Etc.
    We were also going to remove the import program from the custom responsibilities so that users dont run it.
    First, we had to disable the Import program being run from the WebADI screen. We did this by editing the integrator. Now when the data is imported into this table ,we can see many columns do not have data. CREATED_BY etc are populated only if the import program runs. But if it runs then already transactions have gone in and approval process is meaning less.
    Only thing that looks like it could be useful is TXN_INTERFACE_ID but I cannot find another place where it will link to. 
    Could you help us find a way to find the creator of the data in PA_TRANSACTION_INTERFACE.

    Hi
    I don't know the answer to your question, but thought of suggesting another approach.
    Leave the original import program in the integrator of the WebAdi.
    Develop a logic into Transaction Import Client Extension. There you can find the data that Oracle has already populated for the created by column, and you may trigger the notification submission for approval. Use the extension to alter the transaction status so it will not be actually interfaced, until you get the approval response.
    Dina

  • How to find list box field from recording

    Dear All,
    My requirement is to close all POs whose delivery date is overdue by 6 months. this can be accomplished by setting the delivery indicator in ME22N. I want to do this by BDC.
    I have the list of all purchase doc numbers and item numbers whose delivery date satisfies the condition given.
    Through Recording I want to find the fields getting effected. The delivery inidcator has to be set automatically by choosing the appropriate item from the dropdown list box. Choosing th eitem from dropdon list box was not found by me. Can anybody help me in this regard? Its very urgent.  Thanks in advance

    Hi,
    Here is the sample code.
    TYPE-POOLS: vrm.
    DATA: name TYPE vrm_id,
           list TYPE vrm_values,
           value LIKE LINE OF list.
    PARAMETERS: ps_parm(10) AS LISTBOX VISIBLE LENGTH 10.
    AT SELECTION-SCREEN OUTPUT.
      name = 'PS_PARM'.
      value-key = 'Line 1'.
      value-text = 'Line 1'.
      APPEND value TO list.
      value-key = 'Line 2'.
      value-text = 'Line 2'.
      APPEND value TO list.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING id     = name
                  values = list.
    START-OF-SELECTION.
      WRITE: / 'Parameter selected in List box:', ps_parm.
    Kindly reward points if it helps.

  • How to find table / field where condition records are saved?

    Hi,
    We want Sales Order Rate ( Condition type ZR00 calculated with backward pricing ), as a column in a Z report.
    I am not able to find out the table / field where system saves condition records for this condition type. I can only see structure.
    Please help to trace down the field where this data is stored.
    Regards
    Trupti

    Hi Vishal,
    KNUM is the internal number under which system saves the conditions that apply to a Sales Order.
    So first to derive this KNUM from sales order we use Table VBAK
    AFter this we use this KNUM and the condition type in table KONV to get the value for that perticular condition type.
    Please check following.
    SE16> VBAK> enter any sales order in field VBELN and note down number in field KNUM.
    SE16 --> KONV --> enter this KNUM and the condition type --> you would receive condition record value for this condition type, for that sales order.
    KNUMH is a similar field in the table A503( in our case), but we also wanted link of the sales order to this record.
    Thanks for your help anyways!!
    points provided.

  • How to generate a URL to specific record in OAF page?

    Hi,
    I need to generate URL to a specific page with populated record data.
    I've tried using FND_RUN_FUNCTION.get_run_function_url, but i don't know if this is a good method for OAF page.
    The page is opening but record is not populated.
    This package generates URL like /RF.jsp?function_id=?....
    The OAF pages have URLs like /OA.jsp?page=...
    Is there any way I can generate this URL?

    Hi
    Use this code to upload the file in the server and there by get the absolete path
    public void onActionUpload_File_in_Server(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionUpload_File_in_Server(ServerEvent)
        InputStream text=null;
        int temp=0;
        try
             File file = new File(wdContext.currentContextElement().getFileResource().getResourceName().toString());
             FileOutputStream op = new FileOutputStream(file);
             if(wdContext.currentContextElement().getFileResource()!=null)
                  text=wdContext.currentContextElement().getFileResource().read(false);
                  while((temp=text.read())!=-1)
                       op.write(temp);                                      
             op.flush();
             op.close();
             path = file.getAbsolutePath();
             wdComponentAPI.getMessageManager().reportSuccess(path);
        catch(Exception e)
             e.printStackTrace();
        //@@end
    Regards
    Chandran S

  • How to find Count for last updated records

    Dear All,
    My database is Oracle 9i
    I am having 2 Tables 1) A_em_de
    2) B_ep_dt
    in A_em_de table 10 records is there
    I am inserted records from B_ep_dt table
    now what the problem is to find the count of last updated/insert rows from A_em_de table
    please help me
    Regards,
    Ravi.

    SQL> create table t
      2  as
      3  select rownum id
      4    from all_objects
      5   where rownum <= 10
      6  /
    Table created.
    SQL> create table b
      2  (id number)
      3  /
    Table created.
    SQL> begin
      2  insert into b
      3  select *
      4    from t;
    5 dbms_output.put_line (sql%rowcount);
      6  end;
      7  /
    10
    PL/SQL procedure successfully completed.

  • How to random write in to specific record in datalog file

    lab view

    patibandla wrote:
    please go through Examples avilabe in the Help Menu.
    Help<< Find Examples..
    Forums is for new issues not for learing..
    see the attachment ex:
    Shame on you.  This forum is dedicated to learning.  What we don't (normally) do is provide ready-made code for people so people wander away from this forum with no better understanding of LabVIEW than when they came.
    Besides, probably the user was asking how to do a random access write to a datalog file.  Which I have no idea why you would do that - except to fudge data - which defeats the purpose of a log file - and could get you into legal trouble if the data is guaranteed to be untampered with.

  • How to find apps for a specific itunes account?

    My middle son is off to college this week (in Japan) and will be taking with him a new MacBook Air. Naturally, he wants to also take his music and apps that he has purchased over the years, which now reside on my iMac (the family's media hub) along with music and apps for all the other members of the family.
    But I can't find any way to sort the music and apps by account, which means he'll have to go through the entire iTunes libray one song and one app at a time. That'll take way too much time.
    Is there a way to easily identify the music and apps associated with a single iTunes account from among many accounts?
    I also face this same prospect when the youngest child goes off to college in 3 years, so if I can figure this out for the middle child, it will save considerable time when the youngest gets her own Mac.

    Here is a script that will examine each track in the entire iTunes library--or a selection of tracks--for items purchased from the iTunes Store (audio, video, and books) and then sort them by either the purchaser's name or account ID into discrete playlists, eg: "Tom Ryan Purchases" or "[email protected] Purchases".  http://dougscripts.com/itunes/scripts/ss.php?sp=trackdownpurchases
    For apps, App Store Expenses gathers all iPhone applications from your iTunes folder on your computer, reads out the price information and presents the total amount of money you've spent on the Apple App Store.  It provides a list selectable by the account that purchased each app.  The app is a free download (donations requested) from:  http://wetfish.de/software/osx/app-store-expense-monitor/

Maybe you are looking for