G
Guest
Help, I have a function that will convert bytes to gb, mb etc. I am very
new to programming and writing functions and my issue is: I can call the
function and enter in my value and get the answer in the immediate window,
but how do I get that same answer to be written to a table automatically.
Example: Results in the immediate window
? SetBytes (79990845440)
74.50 GB
I would like to have this 74.50 GB written to a field in a access table:
Please give me some insight on how to proceed. I have done many searches with
no good result. Thanks
new to programming and writing functions and my issue is: I can call the
function and enter in my value and get the answer in the immediate window,
but how do I get that same answer to be written to a table automatically.
Example: Results in the immediate window
? SetBytes (79990845440)
74.50 GB
I would like to have this 74.50 GB written to a field in a access table:
Please give me some insight on how to proceed. I have done many searches with
no good result. Thanks