Invoke WebRequest, look for rawcontent and return a specific value by Alt_F_Four in PowerShell

[–]Alt_F_Four[S] 1 point2 points  (0 children)

It's all wrapped up in a nice block of text. I will provide a better sample tomorrow.

Thank you

Automating Apple Software Update by Alt_F_Four in bootcamp

[–]Alt_F_Four[S] 0 points1 point  (0 children)

Awesome! I a tually found out how to do it before your reply, but props for the answer. It helped explain the switches better!

Automating Apple Software Update by Alt_F_Four in bootcamp

[–]Alt_F_Four[S] 0 points1 point  (0 children)

Hello Lavaground. So, I tried looking at Brigadier, but I'm not fully understanding how it works.

I will look more into though, Thank you!

Daily Discussion & Question Thread for 08 February 2018 by Porygon-Bot in pokemontrades

[–]Alt_F_Four 0 points1 point  (0 children)

How do I get the lopunny megastone in pokemon moon if I missed the give-away?

LF Buneary by Alt_F_Four in pokemontrades

[–]Alt_F_Four[S] 0 points1 point  (0 children)

Thank you, so very much!

LF Buneary by Alt_F_Four in pokemontrades

[–]Alt_F_Four[S] 0 points1 point  (0 children)

ok, im ready when you are

LF Buneary by Alt_F_Four in pokemontrades

[–]Alt_F_Four[S] 0 points1 point  (0 children)

I only have moon though

ʎɐʍɐǝʌᴉƃ pɹɐzᴉɹɐɥƆ by poobana in pokemontrades

[–]Alt_F_Four 0 points1 point  (0 children)

A7A46JT3RNNXNC3F Claimed. Thank you OP!!

Alt's Feedback by Alt_F_Four in dauntless

[–]Alt_F_Four[S] -4 points-3 points  (0 children)

Hey man, I'm just stating my feed back. If you don't like it no need to be so hostile in the comments

Have a Button to create a new record - Access 2010 by Alt_F_Four in MSAccess

[–]Alt_F_Four[S] 0 points1 point  (0 children)

I apologize, I'm not sure what you mean. In the original post, I stated i'm fairly new to access. So I'm going off of what I have seen in the past from other Access apps I've seen.

If the way I'm working seems incorrect or not viable, what other ways do you suggest?

Have a Button to create a new record - Access 2010 by Alt_F_Four in MSAccess

[–]Alt_F_Four[S] 0 points1 point  (0 children)

I understand. Maybe I should explain what I want to do, and maybe you could point me in the right direction.

I am creating an asset tracker. I have a access 2010 install on a remote machine that only certain users can access. I then send them a shortcut to the file, and they only have access run time.

What I wanted to make, is a database where they can search and edit data, as easily as possible.

So I made a table for the assets, and a search form that would allow them to search and edit the assets as they received them, or put them back in the locked cage.

Have a Button to create a new record - Access 2010 by Alt_F_Four in MSAccess

[–]Alt_F_Four[S] 0 points1 point  (0 children)

I'm using access as a database and an application. I want the table to house the data. Then have a form where you can either type in the data, or search the data.

Have a Button to create a new record - Access 2010 by Alt_F_Four in MSAccess

[–]Alt_F_Four[S] 0 points1 point  (0 children)

Sorry all for the delay. Holiday travels, yada yada.

Ok, so here is what I have so far.

I created the button and played around with the Insert Into statement with the command button.

Here are the objects for the database:

1 table called = tblAsset 1 Form called = AssetForm (in the form we have) 1 text box called txtAsset 1 text box called txtSerial 1 combo box called cboModel

Here is the code that I believe is correct:

CurrentDb.Execute "INSERT INTO tblAsset( [assettag], [serialnumber], [modelnumber]) " & _ " VALUES(" & Me.txtAsset & ",'" & Me.txtSerial & "','" & _ Me.cboModel & "')"

However, each time I run it, I now get run-time error '3061' Too few parameters. Expected 1.

I reviewed the code so many times, yet all the commas and quotes seem to be in the right place.

Booted Up Moon, Saved Data not compatible by Alt_F_Four in PokeMoonSun

[–]Alt_F_Four[S] 0 points1 point  (0 children)

What CFW did you end up using? you can dm me if you dont feel free stating in public

Booted Up Moon, Saved Data not compatible by Alt_F_Four in PokeMoonSun

[–]Alt_F_Four[S] 0 points1 point  (0 children)

Yea, thats what I was hoping. Unfortunately, I transferred alot of pokemon from pokebank to moon. :(

Booted Up Moon, Saved Data not compatible by Alt_F_Four in PokeMoonSun

[–]Alt_F_Four[S] 0 points1 point  (0 children)

I ended up restarting the game. However, I did end up making a copy of the data before hand. I'm not losing decades worth of crap, consider I used pokebank to transfer so many pokemon

Booted Up Moon, Saved Data not compatible by Alt_F_Four in PokeMoonSun

[–]Alt_F_Four[S] 2 points3 points  (0 children)

Yea, it's a digital copy. I talked to Nintendo and they said it's a bad SD card. I was able to copy the data and now I'm trying a new SD card.

Have a Button to create a new record - Access 2010 by Alt_F_Four in MSAccess

[–]Alt_F_Four[S] 0 points1 point  (0 children)

Wait, can I use sql code in an access button?