Skip to main content

Home/ Tech News/ Group items tagged Listing

Rss Feed Group items tagged

Akmal Yousuf

Access 2016: Introduction to Databases - www.office.com/setup - 0 views

  •  
    WWW.OFFICE.COM/SETUP BLOGS: INTRODUCTION www.office.com/setup Blogs: Microsoft Access is a database creation and management program. To understand Access, you must first understand databases. In this lesson, you will learn about databases and how they are used. You will familiarize yourself with the differences between data management in Microsoft Access and Microsoft Excel. Finally, you will get a look ahead at the rest of the Access tutorial. Watch the video below to learn more about databases in Access. WHAT IS A DATABASE? A database is a collection of data that is stored in a computer system. Databases allow their users to enter, access, and analyze their data quickly and easily. They're such a useful tool that you see them all the time. Ever waited while a doctor's receptionist entered your personal information into a computer, or watched a store employee use a computer to see whether an item was in stock? If so, then you've seen a database in action. The easiest way to understand a database is to think of it as a collection of lists. Think about one of the databases we mentioned above: the database of patient information at a doctor's office. What lists are contained in a database like this? To start with, there's a list of patients' names. Then there's a list of past appointments, a list with medical history for each patient, a list of contact information, and so on. This is true of all databases, from the simplest to the most complex. For instance, if you like to bake you might decide to keep a database containing the types of cookies you know how to make and the friends you give these cookies to. This is one of the simplest databases imaginable. It contains two lists: a list of your friends, and a list of cookies. An illustration of two lists - www.office.com/setup However, if you were a professional baker, you would have many more lists to keep track of: a list of customers, a list of products sold, a list of prices, a list of orders, and so on.
Akmal Yousuf

Forms in SharePoint - Seven Ways to Create a Form in SharePoint - www.office.com/setup - 0 views

  •  
    Forms are the cornerstone of business applications, and plenty of options exist to create a form in SharePoint. Which one you use will depend on your needs, technical skill and the version of SharePoint you are using. In this article we'll explore seven ways to build forms in SharePoint along with some of the pros and cons of each. All these options will be storing the data in an existing SharePoint list. SHAREPOINT LISTS Default forms are available for any SharePoint list. Create a list and you have a corresponding form to add and modify items. Options are available to organize the order of fields, format them, validate input, add basic calculations and attach files. There are also more advanced options such as limiting permissions to item owners and enabling workflows. You can modify all of these under List Settings for the list. These generic SharePoint forms are a good choice for simple applications that don't have too many columns or records and that only require basic functionality. Lists also offer a data sheet view to edit a limited set of columns, much like a spreadsheet. What you see is what you get with these basic forms. If you need to break fields up into multiple tabs, or perhaps have business logic run on them in real time, you'll need to keep on reading. And although theoretically a list can store millions of items, you can only access up to 5,000 items in any view (in reality the numbers are far lower before performance degrades considerably). Basic Sharepoint list form - www.office.com/setup SHAREPOINT DESIGNER Creating a custom form in SharePoint Designer is relatively easy. You take an existing SharePoint list and use Designer to create a new .aspx page which renders and controls the form. There are files used by a list to create forms, one each to add, edit and view. These are located in the same folder as their associated SharePoint list. With Designer you can show or hide fields based on certain criteria, change the layout, use va
Akmal Yousuf

November 2016 updates for Get & Transform in Excel 2016 and the Power Query add-in - ww... - 0 views

  •  
    www.office.com/setup Blogs: Excel 2016 includes a powerful new set of features based on the Power Query technology, which provides fast, easy data gathering and shaping capabilities and can be accessed through the Get & Transform section on the Data ribbon. Today, we are pleased to announce 10 new data transformation and connectivity features that have been requested by customers. These updates are available as part of an Office 365 subscription. If you are an Office 365 subscriber, find out how to get these latest updates. If you have Excel 2010 or Excel 2013, you can take advantage of these updates by downloading the latest Power Query for Excel add-in. Updates include the following new or improved data connectivity and transformation features: Web Connector-UX support for specifying HTTP Request Headers. OData Connector-support for "Select Related Tables" option. Oracle Connector-improved Navigator preview performance. SAP HANA Connector-enhancements to parameter input UX. Query Dependencies view from Query Editor. Query Editor ribbon support for scalar values. Add custom column based on function invocation. Expand & Aggregate columns provide support for "Load More" values. Convert table column to a list-new transformation. Select as you type in drop-down menus. WEB CONNECTOR-UX SUPPORT FOR SPECIFYING HTTP REQUEST HEADERS With this update, we have added support for specifying HTTP Request Headers within the Web connector dialog. Users can specify header name/value pairs from the Advanced mode in this dialog. november-2016-updates-for-get-transform-in-excel-1 - www.office.com/setup ODATA CONNECTOR-SUPPORT FOR "SELECT RELATED TABLES" OPTION In this update, we have added relationship detection support for OData V4 feeds. When connecting to OData V4 feeds, users will be able to use the Select Related Tables button in the Navigator dialog to help you easily select all the tables needed for your reports. november-2016-updates-for-get-
Akmal Yousuf

Access 2016: Designing a Multi-table Query - www.office.com/setup - 1 views

  •  
    WWW.OFFICE.COM/SETUP BLOGS: INTRODUCTION www.office.com/setup Blogs: In the previous lesson, you learned how to create a simple query with one table. Most queries you design in Access will likely use multiple tables, allowing you to answer more complex questions. In this lesson, you'll learn how to design and create a multi-table query. Throughout this tutorial, we will be using a sample database. If you would like to follow along, you'll need to download our Access 2016 sample database. You will need to have Access 2016 installed on your computer in order to open the example. Watch the video below to learn how to create a multi-table query (Part 1). Watch the video below to learn more about joins and query criteria (Part 2). DESIGNING A MULTI-TABLE QUERY Queries can be difficult to understand and build if you don't have a good idea of what you're trying to find and how to find it. A one-table query can be simple enough to make up as you go along, but to build anything more powerful you'll need to plan the query in advance. PLANNING A QUERY When planning a query that uses more than one table, you should go through these four steps: Pinpoint exactly what you want to know. If you could ask your database any question, what would it be? Building a query is more complicated than just asking a question, but knowing precisely what question you want to answer is essential to building a useful query. Identify every type of information you want included in your query results. Which fields contain this information? Locate the fields you want to include in your query. Which tables are they contained in? Determine the criteria the information in each field needs to meet. Think about the question you asked in the first step. Which fields do you need to search for specific information? What information are you looking for? How will you search for it? This process might seem abstract at first, but as we go through the process of planning our own multi-table query you sho
Akmal Yousuf

Access 2016: Advanced Report Options - www.office.com/setup - 0 views

  •  
    WWW.OFFICE.COM/SETUP BLOGS: INTRODUCTION www.office.com/setup Blogs: Access offers several advanced options for creating and modifying reports. The Report Wizard is a tool that guides you through the process of creating complex reports. Once you've created a report-whether through the Report Wizard or the Report command-you can then format it to make it look exactly how you want. In this lesson, you'll learn how to use the Report Wizard to create complex reports. You'll also learn how to use formatting options to format text, change report colors and fonts, and add a logo. Throughout this tutorial, we will be using a sample database. If you would like to follow along, you'll need to download our Access 2016 sample database. You will need to have Access 2016 installed on your computer in order to open the example. Watch the video below to learn more about the Report Wizard in Access. THE REPORT WIZARD While using the Report command is a quick way to create reports from the current object, it's not as helpful if you want to create a report with data from multiple objects. The Report Wizard makes it easy to create reports using fields from multiple tables and queries. It even lets you choose how your data will be organized. TO CREATE A REPORT WITH THE REPORT WIZARD: Select the Create tab and locate the Reports group. Click the Report Wizard command. Clicking the Report Wizard command - www.office.com/setup Blogs The Report Wizard will appear. In the procedures below, we'll discuss the different pages in the Report Wizard. The Report Wizard dialog box - www.office.com/setup Blogs STEP 1: SELECT THE FIELDS TO INCLUDE IN YOUR REPORT Click the drop-down arrow to select the table or query that contains the desired field(s). Selecting a table that contains fields to include in the report - www.office.com/setup Blogs Select a field from the list on the left, and click the right arrow to add it to the report. Adding fields to a report - www.office.com/setup Blogs
Akmal Yousuf

SharePoint welcomes PowerApps and Microsoft Flow - www.office.com/setup - 0 views

  •  
    www.office.com/setup Blogs: Today marks general availability of Microsoft Flow and PowerApps, which enable people to automate workflows and quickly build custom apps that suit their specific needs. Earlier this year, we announced integration of SharePoint with Microsoft Flow, enabling you to create and launch flows directly from a SharePoint list. We also announced that native integration of PowerApps and SharePoint would drive rich new experiences to continue reinventing business processes with modern document libraries and modern lists in SharePoint. We know that tight integration is essential to unlocking productivity gains for the digital workplace. Accessing data from mobile devices was a first step. Bringing business processes to the same site for team documents and data is next. That's why SharePoint is a great home for your enterprise business applications. As we recognize today's milestones for PowerApps and Microsoft Flow, you can also look ahead to even deeper integration of these business tools as part of SharePoint, as we showcased at Ignite in September. UPCOMING INTEGRATION WITH SHAREPOINT PowerApps will be fully integrated into the SharePoint web experience. PowerApps provides a great mobile experience, and now that experience is connected to the data stored in SharePoint lists. Soon you'll be able to integrate PowerApps as the default in-browser experience for any SharePoint modern list. sharepoint-welcomes-powerapps-and-microsoft-flow-1 - www.office.com/setup PowerApps embedded in a SharePoint list. This means: You'll be able to launch PowerApps directly from the SharePoint mobile app. Modern document libraries will be made available as a data source for PowerApps and Microsoft Flow. For Microsoft Flow, you'll be able to run any flow on demand for a specific document or list item, in addition to waiting for an automated trigger to fire. Using the data gateway, PowerApps and Microsoft Flow will work with on-premises data in SQL and
Akmal Yousuf

A Microsoft Office 2016 Preview: Smart & Subtle Changes - www.office.com/setup - 0 views

  •  
    www.office.com/setup Blogs: The shrouded veil of secrecy has been lifted from the latest edition of Microsoft Office. Excitement for Office 2016 is still lagging behind the Windows 10 enthusiasm camp, but following the July 29 release of Windows 10, attention will return to the world's most popular productivity suite.When Does Windows 10 Come Out, How Can You Get It & What Happens to the Technical Preview? When Does Windows 10 Come Out, How Can You Get It & What Happens to the Technical Preview?Windows 10 is coming soon. Still confused about how the upgrade will work and wondering about the timeline? We have some answers, although more questions remain.READ MORE Office 2016, like Windows 10, has been re-designed within a revised Microsoft ethos. Office 2016 has been built from the ground-up with mobile and cloud users in mind, slotting in with the ever expanding fleet of Microsoft productivity applications. Office is, in general, a different set of tools from days gone by. We aren't confined to the five-or-so core products, and we can expand the functionality of the Office ecosystem using a massive range of add-ins and templates. Office 2016 logo - www.office.com/setup I'm using VirtualBox to preview Office 2016. Microsoft strongly suggested uninstalling Office 2013, which isn't currently viable due to work commitments. Using a virtual machine, however is a great way to explore different Office products alongside each other, without having to uninstall your current suite. I've also had a look at Office 2016 on Windows 10 Build 10130. Verdict: good times.How To Use VirtualBox: User's Guide How To Use VirtualBox: User's GuideLearn to use VirtualBox. Get virtual computers up and running inside your computer, without having to buy any new hardware.READ MORE Anyway, enough of that. Let's look at Office 2016. NEW OVERVIEW Much akin to the extended and inclusive testing phase of Windows 10, the Office 2016 preview has now accumulated over 1 million users,
Metro Journalist

Lava introduced Iris 408e | Lava Iris 408e | Lava Phones | Metro Journalist - 0 views

  •  
    An Indian mobile company Lava will expands its new model after a short time. The new electronic gadget is identified as Lava Iris 408e that has been listed on an online retail website for Rs. 3,829. The new model is listed as obtainable on the online retail site, and has not yet been declared by the company, or listed on its own website. According to the online retail listing, the Iris 408e runs on Android 2.3 Gingerbread, and an extra factor comes with dual-SIM standby support.
Akmal Yousuf

Access 2016: Creating Reports - www.office.com/setup - 0 views

  •  
    WWW.OFFICE.COM/SETUP BLOGS: INTRODUCTION www.office.com/setup Blogs: If you need to share information from your database with someone but don't want that person actually working with your database, consider creating a report. Reports allow you to organize and present your data in a reader-friendly, visually appealing format. Access makes it easy to create and customize a report using data from any query or table in your database. In this lesson, you will learn how to create, modify, and print reports. Throughout this tutorial, we will be using a sample database. If you would like to follow along, you'll need to download our Access 2016 sample database. You will need to have Access 2016 installed on your computer in order to open the example. Watch the video below to learn more about creating reports. TO CREATE A REPORT: Reports give you the ability to present components of your database in an easy-to-read, printable format. Access lets you create reports from both tables and queries. Open the table or query you want to use in your report. We want to print a list of cookies we've sold, so we'll open the Cookies Sold query. The Cookies Sold query - www.office.com/setup Select the Create tab on the Ribbon. Locate the Reports group, then click the Report command. Clicking the Report command - www.office.com/setup Access will create a new report based on your object. It's likely that some of your data will be located on the other side of the page break. To fix this, resize your fields. Simply select a field, then click and drag its edge until the field is the desired size. Repeat with additional fields until all of your fields fit. Resizing fields in the report - www.office.com/setup To save your report, click the Save command on the Quick Access Toolbar. When prompted, type a name for your report, then click OK. Saving and naming the report - www.office.com/setup Just like tables and queries, reports can be sorted and filtered. Simply right-click the field you w
htmlslicemate.com

The Best WordPress Plugins for Growing Your Mailing List - 0 views

  •  
    If you're looking to build any top of business online, growing a mailing list should be a priority. However, with so much spam and unwanted email in most inboxes it can be a challenge to convince your website visitors to subscribe to your list. Fortunately, there are some really effective tools that can make your list building efforts exponentially more effective. If you're a WordPress user there are a number of quality plugins available that have been created specifically to help with building a mailing list. In this article we'll take a look at some of the best plugins that can turn your list building frustrations into success.
techsinfo

Top 50+ Free Business Listing Sites List for 2018 - 0 views

  •  
    Business listing sites are the platform to promote your business in the local or global cities. Listing your business on these sites are the most beneficial in terms of boosting your online presence.
Jessica Wilson

WordPress Development - A Solution To Every Business Needs - 0 views

    • Jessica Wilson
       
      WordPress is an open source blogging Content Management System that was introduced in year 2003 and WordPress Web Development offers exactly what you have in your mind. This most intuitive tool "WordPress" allows developing of beautiful, fully integrated websites having all of the backbone features like social media, signup list, mailing list etc required for professional websites. It does not demand for any license fee nor does it ask you to be a technical or programming expert. Still in critical situations you can hire WordPress developer to integrate or customize your blog and website.
  •  
    WordPress is an open source blogging Content Management System that was introduced in year 2003 and WordPress Web Development offers exactly what you have in your mind. This most intuitive tool "WordPress" allows developing of beautiful, fully integrated websites having all of the backbone features like social media, signup list, mailing list etc required for professional websites. It does not demand for any license fee nor does it ask you to be a technical or programming expert. Still in critical situations you can hire WordPress developer to integrate or customize your blog and website.
Metro Journalist

Micromax Bolt A66 listed on its official site | Micromax Bolt A66 | Metro Journalist - 0 views

  •  
    Micromax has launched its new electronic device that is considered to be new Android budget smartphone. The new gadget, which is named as the Bolt A66, is now listed on the company's website. Indian consumer Electronics Company has listed the Bolt A66 on its official site, though it has not uncovered its price and the details of the availability.
Rohit Yadav

Android KitKat 4.4.3 improvements leaks out - GadgeToq - 0 views

  •  
    Android KitKat 4.4.3 improvements list leaks out, which indeed is a fairly lengthy list of bug fixes. According to the list, the Android KitKat 4.3.3 is more focused on maintenance rather than new features.
High Tech Buzz

Top Social Bookmarking Sites List - 0 views

  •  
    Are you looking for High PR Bookmarking Site to Create Backlinks. Here is the list of High PR DoFollow Social Bookmarking sites list 2019
10Seos Company

list your business over the insider page - 1 views

  •  
    Earlier these days, we tried to found out the ways to list the new business on Insider pages and figured out that those guidelines have been changed! And nowadays, getting new listing has become quite tricky than before. But don't worry!
VST Plugins Free

Fast Online Proxy List: Fast Online Proxy List - 06-12-2017 - 0 views

  •  
    Fast Online Proxy List
VST Plugins Free

Fast Online Proxy List: Fast Online Proxy List - 05-12-2017 - 0 views

  •  
    Daily updated fresh 75 fast online proxies list, working and filtered by speed.
Akmal Yousuf

20 time-saving tips for Office 2016 for Mac - www.office.com/setup - 0 views

  •  
    www.office.com/setup Blogs: Productivity? Sweet www.office.com/setup Blogs: Office 2016 for Mac was a long time coming, but it brings plenty of new features and better feature parity with the Windows version than ever. Microsoft has done a lot to streamline the experience, with a customizable, collapsible Ribbon as well as cross-platform keyboard shortcuts, but with any major Office update, there's bound to be a learning curve. These tips for Word, PowerPoint, Excel, Outlook, and OneNote should come in handy, and if you're stumped about anything specific, let us know in the comments. Office 2016 is available for Office365 subscribers, with a wider release coming in September. Don't forget to save! This is probably our most important tip: Don't forget to save! When Apple introduced Auto Save and Versions into OS X, many Mac users started losing our ingrained habit of hitting Command-S often. Unfortunately, Office 2016 (except for OneNote-more on that in a bit) doesn't take advantage of Auto Save. So don't forget to save often. Versioning is also missing, but on the plus side, fans of Save As will find the command in its rightful place in the File menu. Store your files in OneDrive or SharePoint If you need access to your files from anywhere, Office 2016's built-in OneDrive & SharePoint integration makes cloud storage simple. To save to your OneDrive or SharePoint account, click the Online Locations button in the lower-left corner of a Save dialog box. Choose your existing account from the list, or click the Plus button to add another location. What's the difference? Glad you asked. OneDrive is a consumer product for cloud storage, like iCloud Drive. Aimed more at businesses, SharePoint acts like an intranet, letting teams share and collaborate on files. Office 2016 for Mac: Ribbon - www.office.com/setup See larger image Maximize your workspace The redesigned Ribbon in Office 2016 unifies the look and functionality across all platforms. It also ta
Akmal Yousuf

PowerPoint 2016: SmartArt Graphics - www.office.com/setup Blogs - 0 views

  •  
    SmartArt allows you to communicate information with graphics instead of just using text. There are a variety of styles to choose from, which you can use to illustrate different types of ideas. Watch the video below to learn more about working with SmartArt. TO INSERT A SMARTART GRAPHIC: Select the slide where you want the SmartArt graphic to appear. From the Insert tab, select the SmartArt command in the Illustrations group. selecting the SmartArt command on the Insert tab - www.office.com/setup A dialog box will appear. Select a category on the left, choose the desired SmartArt graphic, then click OK. choosing a SmartArt graphic - www.office.com/setup The SmartArt graphic will appear on the current slide. the inserted smartart - www.office.com/setup You can also click the Insert a SmartArt Graphic command in a placeholder to add SmartArt. Inserting a SmartArt Graphic from a placeholder - www.office.com/setup TO ADD TEXT TO A SMARTART GRAPHIC: Select the SmartArt graphic. The text pane will appear to the left Enter text next to each bullet in the text pane. The text will appear in the corresponding shape. It will be resized automatically to fit inside the shape. adding text to the SmartArt graphic - www.office.com/setup You can also add text by clicking the desired shape and then typing. This works well if you only need to add text to a few shapes. However, for more complex SmartArt graphics, working in the text pane is often quicker and easier. adding text directly in the shapes of the SmartArt instead of the text pane - www.office.com/setup TO REORDER, ADD, AND DELETE SHAPES: It's easy to add new shapes, change their order, and even delete shapes from your SmartArt graphic. You can do all of this in the text pane, and it's a lot like creating an outline with a multilevel list. For more information on multilevel lists, you may want to review our Lists lesson. To demote a shape, select the desired bullet, then press the Tab key. The bullet will move to the
1 - 20 of 912 Next › Last »
Showing 20 items per page