Ok... here's my situation.
I have an mdb with my data on our server. I may have up to at least 10 users updating the data on that mdb.
For whatever reason, management wants this thing to go in one direction, so what I have is a button to go to the next record when the editing is done.
What I...
I'm trying to execute a command I've strung together into a string;
I have something like this:
declare @Name varchar(255)
set @name = 'sp_rename ''test_table'',''test_table_2'''
I want to execute the sp_rename statement held in @name. How do I do that?
I have a sharepoint site, with two users(user1 and user2), and two subsites(test1 and test2), listed in the "Links" section. Each user only has access to one of the subsites, and both have access to the main site.
What I'd like to be able to do is only show the sites that are available to a...
I'm playing around with the Oracle 10g evaluation version, and I have it installed and set up, and even imported a database from an old SQL server instance I have.
Although I can see the tablespace and tables, and that there is data in those tables, I cannot figure out how to configure a user...
Ok... I have a form that opens another form based on whether or not something is in a combo box. It finds a record in the second form that gets its information passed in via the form's OpenArgs. Since the value I'm looking up is a string, this works fine.
On the second one of these I'm trying...
I'm stuck...
What I'm trying to do in Access is have a combo-box that gets its values from a Customer table, and if the user chooses to enter a Customer name that isn't already in the other table, then I want to open up another form for Customer maintenance.
My plan of attack is this:
I have...
Nah... don't worry about it. I tried MD5 hashing the before and after presentation .ppt files, and there is no change.
The last-date-accessed doesn't change unless you actually do something to it; just viewing the presentation doesn't change it.
Ok... but it appears that viewing the presentation in a slide show doesn't update the last accessed date. Is there a "behind-the-scenes" property that records when it was actually shown?
BTW, the code worked beautifully though- thanks!
I need to be able to see when an old powerpoint presentation was last shown as a slide show (F5), as opposed to when it was last modified.
I need to do this for a pre-existing presentation, not for future ones, so it needs to be something that Powerpoint does by default, although using VBA to...
Is there any way to tell when a Powerpoint presentation was last shown as opposed to edited? I can't find anything VBA-wise, but I'm not that good at it either.
Anyone have any ideas?
Thanks,
Mark
I guess I should have explained more- I can get the form to open the second window and populate the textbox I'm looking for, but when I'm in the second form, I just don't know how to get it to automatically find a particular record.
I have a bar-code reader, and what I'd like to do is create a simple form with one text box, and then after scanning the barcode, open up another form that will find the scanned item's record and display it ready for editing.
The bar-code reader is a keyboard wedge product, so it basically acts...
I'm stumped. I have data that looks kinda like this:
ID#, LNAME1, FNAME1, LNAME2, FNAME2.
What I'd like would be some way to print it like this:
ID#1 LNAME1, FNAME1
<page break>
ID#1 LNAME2, FNAME2
<page break>
ID#2 LNAME1, FNAME1
<page break>
ID#2 LNAME2, FNAME2
<page break>
and so on.
I...
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.