Search results

  1. I

    Caluculating the percentage of sales for individual items

    All sales for all stores
  2. I

    Caluculating the percentage of sales for individual items

    I am trying to display for each item sold the percent of sales it takes up, for all sales
  3. I

    Caluculating the percentage of sales for individual items

    I want to create a query that shows the StoreName, StoreCountry, ItemNumber, ItemName, and that items percentage of the total sales for an item. This is my code below; it is not working. I want: The total quantity of a given as a percentage of the total quantity sold in the entire result set...
  4. I

    User-Input queries?

    Hi have have made a userinput query but it does not work. My plan is t have a query section and users can input data to query like Customers and related sales, etc. Here is my code: Private Sub Command0_Click() Sub MyFirstConnection() Dim con1 As ADODB.Connection Dim recSet1 As ADODB.Recordset...
  5. I

    How to make forms open in same window?

    What should i do if I am using Access 2007?
  6. I

    How to make forms open in same window?

    In my database app. I want all the forms to open in one window and not pop up several different ones when you click one a button on the menu page. How can I make this happen?
  7. I

    How to disable right clicks on a form?

    Can someone provide me with the code to disable right-clicks?
  8. I

    Removing Toolbars, & Navigation window from DB apllication?

    This got rid of everything except the Navigation Pane.. any ideas on how to get rid of that?
  9. I

    Removing Toolbars, & Navigation window from DB apllication?

    thanks, do you know how I would disable right clicks
  10. I

    Removing Toolbars, & Navigation window from DB apllication?

    Hello I have a Access Data Project as an Front _end application and a SQL server backend. Does anyone know the way so that when a user opens this application only thing they see are the forms and not the toolbar at the top and the Navigation pane on the left of the screen. Is it VBA code or is...
Back
Top Bottom