Does anybody has any ideas to this?
Ever since I got a new machine here at work, I am having problems with a database that I didn't have before and I'm clueless what could be causing it. This db has forms and when you open the database the first time you click on any of the forms it seems like...
Hi,
Is there a way I can know or see the rowsource of a list or drop down list at runtime.
I have two drop down lists. One with names and the second ones have records attached to those names. I have set a rowsource for the second list at design time that will change depending on the selection...
Hi,
For some reason my system is running out of memory. I'm a very non-techie person and I am not even sure where to start looking. What is happening is that when I run Word if I try to do anything like Print... or Page Setup... or Format Picture... it tells me that "System is out of...
Will someone know the why of this one.
I am importing a table using docmd.transferdatabase. If I loop through all the tabledef in my tabledefs collection, sometimes I can see the new table included in the list, and sometimes I don't. Mostly I don't and I need to see for what I'm trying to do...
Can I open another database programatically so that user will have two instances of Access open. What my program does is that it executes some changes in another database and I want to avoid the user to have to go and open the new database to see the changes reflected. Can I write my code so...
I'm trying to automate an import from an excel worksheet and got to the following. You know when you use the import wizard for an excel workbook, that if you have more than one worksheet on your file it gives you the option to select which worksheet is the one you want to use. Cool. That is the...
Hi there,
Is there any function that will tell me if the user entry (to a textbox, so it is a string) is a file. Maybe something like IsFile(txtFile).
Thanks,
Z
I have this specific user that is not being able to see a search result. It had been working fine until 2 days ago. This is what happens. He enters the criteria and when clicks on Ok page seems to refresh, "Done" appears at the bottom of the screen but nothing happens or shows. THis is...
Hi guys,
Hey, is there any "end of file" function in CF. Or is there any other way to know that my recordset has reached the end, and that I don't know of?
I haven't been able to come up with anything. Any ideas?
How do one implement a "named anchor" in coldfusion to make sort of an index for a page.
I know you need this:
<a href="#YourFirstIndex">First Index</a>
.
.
.
First Index <a name="YourFirstIndex"></a>
I am using a variable, instead of 'YourFirstIndex'...
How do one implement a "named anchor" in coldfusion to make sort of an index for a page.
I know you need this:
<a href="#YourFirstIndex">First Index</a>
.
.
.
First Index <a name="YourFirstIndex"></a>
I am using a variable, instead of 'YourFirstIndex'...
I've been trying to search, with no luck so far, how to let user browse for a directory. That's it. Just the directory. I have routines that can search for the file (like the Microsoft Common Dialog, and the GetOpenFileName) But these take the user to select filename. All I need is let user...
I have a text field with which I'll like to update field fld_Email in table tbl_Member. The text box has a unique name composed of 'Email' & MemberID. So, if MemberID = 1, textname = Email1, if MemberID = 2, textname = Email2, and so on. <br><br>I want to use a function (JavaScript) that updates...
I have a field(FundDate). if left empty, I want to update record with a null value, otherwise the date entered. <br><br>I was told I need to type 3 ###'s so it will recognize it, but just don't work. <br><br>Update Table<br> Set<br> FundRaiserDate =...
I have a recordset with two fields. I want to tranfer those fields into an array. I've been learning and working VBA for a few months and being avoiding the array stuff, but right now I need and don't know how to do it.<br><br>This is the code I have so far:<br><br>i =...
I do not use Access for developing applications much. I'm sort of lost.<br><br>I want to use whatever is useful to this point (I was thinking of some sort of grid) that shows in column 1 the name of a field* and in column 2 a free space to let user enter a value.<br><br>*The field name is stored...
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.