Is there anything similiar to this faq for Access 2003?
Works for 97 not 03.
Automatically logging out idle users
faq181-1432
Any info would be appreciated? Thanks.
In a pivot table, is there any way for a user to be able to change a field value? I want to use for a production schedule purpose. I have a run quantity in a field, but I want production to be able to fill in the actual quantity.
I appreciate the help. Thanks.
still having problems.
I'm trying to do this function in a report with a text box
Text24=244.1 I want another box(text25) to ready 245
I put in the control source of text 25:
?format([Text24],"#")
It gives errors. Am I not putting it in right? or do you have another method?
what is the equivalent of round up in access?
Regardless of the number I always want to round up to the nearest 1.
I appreciate your help.
Thanks,
Angie
When I try to compact and repair my database it shows a error that table "Temp MSysAccessObject" already exists. I don't show this as a table in my tables. How can I fix this and get my database so it will compact and repair?
Thanks in advance.
...it is only the number values that would flag). What I have tried is setting another set of text boxes below it to a number field, 1 box=[Text 118]*1 and another box=[Text122]*1. Then if the value is a word it will read #Error. So I set another set of boxes...
...of specified there may be situations where [Drum Additive]=-1 and [Units(Blend)]="LBS" and we would need the text box to yield a #.
=IIF([Drum Additive]=-1,Round(([Text131]*[LBS per gal])/0.5,0)*0.5)
AND
=IIF([Units(Blend)]="LBS",[Text142])
And If not text box is blank
Thank you for you...
I have a text box in a report, where the control source is an If statement.
=IIF([Drum Additive=-1,Round(([Text131]*[LBS per gal])/0.5,0)*0.5)
This works..........but if I want to add a 2nd If statement to this how could I make this work. I want the text box to do:
=IIF([Drum...
I have a query, the query includes 2 fields: Actual Ship Date and Requested Ship Date and I am trying to build an "If" expression to create another field.
Expr1: IIf([Actual Ship Date]=Null,[Requested Ship Date],[Actual Ship Date])
The above expression is doing the false part, but not the...
The above Me.Recalc works, but I run into 1 problem when that form & another form is open it recalcs both forms. How can I get it to only recalc the 1 form?
How could I put the "Show all Records" command on a timer for a form? What code do I need?
OR maybe a better way. Here's my situation:
I have a main form, with an invisible subform(linked to a query). The main form has a text box linked to a field on the subform. And I would like the query...
When I link pictures in a form in a OLE object on my computer it will only link the filename(not a picture of the jpg file), but if I do it on my co-workers computer it links the picture. How can I make my computer link the picture & not just the name of the file?
From Microsoft webpage:
Attribute Maximum
Microsoft Access database (.mdb)
File size 2 gigabytes minus the space needed for system objects (system object: Database objects that are defined by the system, such as the table MSysIndexes, or by the user. You can create a system object by naming...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.