|
Percentage calculation problem
|
| |
Hi, I'm in need of some urgent assitance with percentage calculation. I have a value 23.59 and need to increase it by 12% (.12 or 1.12) I have a formula nvalue = ovalue*percentage. so using it I get 26.42 =(23.59 +(23.59*.12)) or (23.59 * 1.12) but if i do the same on a standard calculator 23.59 + 12 then press the %... more »
|
|
Dessous Erotic Lingerie Shop http://dessouserotic.com
|
| |
[link] Lingerie, est le terme utilisé pour désigner l'ensemble des sous-vêtements et des vêtements de nuit . Elle se caractérise par des tissus fins, lavables, brodés ou garnis de dentelles. La lingerie d'aujourd'hui se veut fonctionnelle et élégante. Douce, soyeuse, légère ou transparente, elle est pour de nombreuses femmes un atout de séduction. La lingerie sexy doit résoudre le paradoxe : cacher ce que l'on montre et montrer ce que l'on cache.... more »
|
|
Bound Control
|
| |
Can you not assign a value to a Bound Control via VBA? ie: Me.BoundContrl.value = x Thanks, Kou
|
|
Getting Excel function results to Access
|
| |
I have functions in an Excel workbook which are either functions made up from worksheet functions such as the vlookup and match or made up from few lines of VBA code. These functions evaluate results from an input to it and arrive at the result by using the above functions. I have read about DDE. How can I... more »
|
|
Need to get Database Window visible again...
|
| |
I created a switchbox for my database, and set the "startup" options to show the switchboard. I unchecked most of the options to view toolbars and menus at the top of the Access window. Now, I need to get back to the Database window to add some features and make some changes, but the "tools" menu is not available.... more »
|
|
VBA Question
|
| |
I have a little program that consecutively numbers the Sale_Order field within each Species: Private Sub SetSaleOrder_Click() Dim i Dim cspecies cspecies = [Species] i = 1 For i = 1 To 95 [Sale_Order] = i DoCmd.RunCommand acCmdRecordsGoToNext If [Species] <> cspecies Then cspecies = [Species]... more »
|
|
Checking Linked Tables
|
| |
I have this code I got off of the web to change the table links: <begincode> Public Sub RelinkTables(prmNewDBPath As String) 'Original Code Dim Dbs As Database Dim Tdf As TableDef Dim Tdfs As TableDefs Dim strMsg As String Set Dbs = CurrentDb Set Tdfs = Dbs.TableDefs... more »
|
|
Modifications are slow
|
| |
Re: Access 2003 The FE is on the local drive. The BE are two .mdb's in the same folder on a file server. One BE .mdb has a History table with about 450k rows and is about 100 MB. The other BE .mdb has about 1000 rows tops in any one table and is about 4MB. Right now there are 2 concurrent users logged into the application daily.... more »
|
|
Running process in the Background
|
| |
Re: Access 2003 The FE is on the workstation and the BE is on the file server. Right now the system only has 2 concurrent users. I have a process in my application that sends out email confirmations internally in the company that indicate that the processing of their financial transactions has completed. Generally when the user runs this... more »
|
|
|