DocHub is an all-in-one PDF editor that allows you to redo record in CWK, and much more. You can underline, blackout, or remove paperwork fragments, add text and pictures where you need them, and collect information and signatures. And since it runs on any web browser, you won’t need to update your software to access its powerful features, saving you money. With DocHub, a web browser is all it takes to make changes in your CWK.
Sign in to our website and adhere to these steps:
It couldn't be simpler! Simplify your document management now with DocHub!
the basic idea behind this example is to query a table of films based on the value of the runtime column iamp;#39;ve already written a basic system that will allow me to do that and iamp;#39;ll pop a link in the video description so that you can download these same two files the basic idea is if i type in a number into cell b3 and click the get results button i end up with a list of all the films whose runtime is greater than or equal to the number iamp;#39;ve typed in if i go back to the menu sheet and type in a slightly bigger number and click get results again i get fewer films the problem is if i type in a number thatamp;#39;s too big for the range of data iamp;#39;m working with when i click get results i end up with a worksheet that only contains the column headers and thatamp;#39;s a little bit pointless so iamp;#39;d like to change my system so that it checks before creating the worksheet how many rows the record set contains just to show you the basic code that iamp;#3